Compare commits

..

2 commits

Author SHA1 Message Date
49c57269da
Merge pull request #61 from wneessen/dependabot/docker/golang-6522f0c
Bump golang from `9bdd569` to `6522f0c`
2024-06-17 11:10:44 +02:00
dependabot[bot]
e801d9858a
Bump golang from 9bdd569 to 6522f0c
Bumps golang from `9bdd569` to `6522f0c`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:08:20 +00:00

View file

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