Compare commits

..

2 commits

Author SHA1 Message Date
0679e7d82b
Merge pull request #66 from wneessen/dependabot/docker/golang-ace6cc3
Bump golang from `8274bcf` to `ace6cc3`
2024-06-24 10:55:52 +02:00
dependabot[bot]
32e64e78d7
Bump golang from 8274bcf to ace6cc3
Bumps golang from `8274bcf` to `ace6cc3`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 08:39:55 +00:00

View file

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