Merge pull request #146 from wneessen/dependabot/docker/golang-c2010b9

Bump golang from `a0679ac` to `c2010b9`
This commit is contained in:
Winni Neessen 2024-06-17 22:35:44 +02:00 committed by GitHub
commit 366d4d89ab
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:a0679accac8685cc5389bd2298e045e570100940e6bdcca666a8ca7b32a1276c AS builder
FROM golang:latest@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir