Merge pull request #173 from wneessen/dependabot/docker/golang-86a3c48

Bump golang from `695e255` to `86a3c48`
This commit is contained in:
Winni Neessen 2024-07-24 22:20:01 +02:00 committed by GitHub
commit 01eec0e5c1
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:695e2559491efb2cc266226501b128eb6b4923d388f55ec182e1d96f65955a2a AS builder
FROM golang:latest@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir