Compare commits

...

2 commits

Author SHA1 Message Date
50986d6b05
Merge pull request #137 from wneessen/dependabot/docker/golang-969349b
Bump golang from `f43c6f0` to `969349b`
2024-06-05 23:29:42 +02:00
dependabot[bot]
1aba5b9591
Bump golang from f43c6f0 to 969349b
Bumps golang from `f43c6f0` to `969349b`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 19:44:44 +00:00

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
FROM golang:latest@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 AS builder FROM golang:latest@sha256:969349b8121a56d51c74f4c273ab974c15b3a8ae246a5cffc1df7d28b66cf978 AS builder
RUN mkdir /builddir RUN mkdir /builddir
ADD . /builddir/ ADD . /builddir/
WORKDIR /builddir WORKDIR /builddir