Compare commits

...

2 commits

Author SHA1 Message Date
c8c9cb35c7
Merge pull request #172 from wneessen/dependabot/docker/golang-695e255
Bump golang from `829eff9` to `695e255`
2024-07-23 23:46:03 +02:00
dependabot[bot]
1dcf02b055
Bump golang from 829eff9 to 695e255
Bumps golang from `829eff9` to `695e255`.

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

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

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
FROM golang:latest@sha256:829eff99a4b2abffe68f6a3847337bf6455d69d17e49ec1a97dac78834754bd6 AS builder FROM golang:latest@sha256:695e2559491efb2cc266226501b128eb6b4923d388f55ec182e1d96f65955a2a AS builder
RUN mkdir /builddir RUN mkdir /builddir
ADD . /builddir/ ADD . /builddir/
WORKDIR /builddir WORKDIR /builddir