Merge pull request #120 from wneessen/dependabot/docker/golang-992b9f6

Bump golang from `d5302d4` to `992b9f6`
This commit is contained in:
Winni Neessen 2024-05-07 21:45:40 +02:00 committed by GitHub
commit 14705030a1
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:d5302d40dc5fbbf38ec472d1848a9d2391a13f93293a6a5b0b87c99dc0eaa6ae AS builder
FROM golang:latest@sha256:992b9f6369a63bc8e8232a774a0279fe676e4f0393d63e4d945aacf268f66edf AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir