Merge pull request #210 from wneessen/dependabot/docker/golang-adee809

Bump golang from `4f063a2` to `adee809`
This commit is contained in:
Winni Neessen 2024-10-02 22:46:59 +02:00 committed by GitHub
commit 6f7fffcef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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