Merge pull request #49 from wneessen/dependabot/docker/golang-421bc7f

Bump golang from `b8ded51` to `421bc7f`
This commit is contained in:
Winni Neessen 2024-05-29 10:54:47 +02:00 committed by GitHub
commit e07792e6fd
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:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS builder
FROM golang:alpine@sha256:421bc7f4b90d042c56282bb894451108f8ab886687e1b73abaefad31ab10a14d AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template