Compare commits

..

2 commits

Author SHA1 Message Date
4e0e68e6cf
Merge pull request #111 from wneessen/dependabot/docker/golang-ac67716
Bump golang from `fae53d4` to `ac67716`
2024-09-09 12:16:43 +02:00
dependabot[bot]
1609e11bc9
Bump golang from fae53d4 to ac67716
Bumps golang from `fae53d4` to `ac67716`.

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

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

View file

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