Merge pull request #183 from wneessen/dependabot/docker/golang-2bd56f0

Bump golang from `86a3c48` to `2bd56f0`
This commit is contained in:
Winni Neessen 2024-08-08 01:45:15 +02:00 committed by GitHub
commit 3c3ff46f14
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:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS builder
FROM golang:latest@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir