Compare commits

...

2 commits

Author SHA1 Message Date
699f7205e9
Merge pull request #42 from wneessen/dependabot/docker/golang-f1fe698
Bump golang from `282ddcd` to `f1fe698`
2024-05-16 10:47:06 +02:00
dependabot[bot]
6226ad1659
Bump golang from 282ddcd to f1fe698
Bumps golang from `282ddcd` to `f1fe698`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 08:36:37 +00:00

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
## Build first
FROM golang:alpine@sha256:282ddcdde8fea3bceb235a539d7a2fee2f52559c5319c42e577df4bcae2c2f39 AS builder
FROM golang:alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template