Merge pull request #50 from wneessen/dependabot/docker/golang-7e78833

Bump golang from `421bc7f` to `7e78833`
This commit is contained in:
Winni Neessen 2024-05-31 12:24:00 +02:00 committed by GitHub
commit 9d4a00417f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
## Build first
FROM golang:alpine@sha256:421bc7f4b90d042c56282bb894451108f8ab886687e1b73abaefad31ab10a14d AS builder
FROM golang:alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template