Compare commits

..

2 commits

Author SHA1 Message Date
a0d7f43180
Merge pull request #144 from wneessen/dependabot/docker/golang-a0679ac
Bump golang from `0f76912` to `a0679ac`
2024-06-14 23:14:08 +02:00
dependabot[bot]
ed93727fbf
Bump golang from 0f76912 to a0679ac
Bumps golang from `0f76912` to `a0679ac`.

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

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

View file

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