Compare commits

..

2 commits

Author SHA1 Message Date
3b38881c5d
Merge pull request #223 from wneessen/dependabot/docker/golang-ad5c126
Bump golang from `cc637ce` to `ad5c126`
2024-10-21 21:45:01 +02:00
dependabot[bot]
4521693a5d
Bump golang from cc637ce to ad5c126
Bumps golang from `cc637ce` to `ad5c126`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 19:18:13 +00:00

View file

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