Compare commits

...

2 commits

Author SHA1 Message Date
b5385dce55
Merge pull request #15 from wneessen/dependabot/docker/golang-cdc86d9
Bump golang from `0466223` to `cdc86d9`
2024-04-04 10:58:19 +02:00
dependabot[bot]
2f34ced5b5
Bump golang from 0466223 to cdc86d9
Bumps golang from `0466223` to `cdc86d9`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 08:53:48 +00:00

View file

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