Compare commits

..

2 commits

Author SHA1 Message Date
78283af941
Merge pull request #138 from wneessen/dependabot/docker/golang-0974259
Bump golang from `9dd2625` to `0974259`
2024-11-07 10:06:55 +01:00
dependabot[bot]
3a4117f5d3
Bump golang from 9dd2625 to 0974259
Bumps golang from `9dd2625` to `0974259`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 08:41:05 +00:00

View file

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