Compare commits

...

2 commits

Author SHA1 Message Date
2347b0fa4f
Merge pull request #198 from wneessen/dependabot/docker/golang-4a3c2bc
Bump golang from `9b09ffe` to `4a3c2bc`
2024-09-07 09:58:05 +02:00
dependabot[bot]
77b258ecf6
Bump golang from 9b09ffe to 4a3c2bc
Bumps golang from `9b09ffe` to `4a3c2bc`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 20:00:59 +00:00

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
FROM golang:latest@sha256:9b09ffe3fef804395771af434bfc35a37e5209114d13e51af9339f5c5827c838 AS builder FROM golang:latest@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e AS builder
RUN mkdir /builddir RUN mkdir /builddir
ADD . /builddir/ ADD . /builddir/
WORKDIR /builddir WORKDIR /builddir