Merge pull request #142 from wneessen/dependabot/docker/golang-c694a4d

Bump golang from `c5eb6fe` to `c694a4d`
This commit is contained in:
Winni Neessen 2024-11-13 09:58:49 +01:00 committed by GitHub
commit 986a51e8ab
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:c5eb6fec061d27450aca04855e80d4c78b745c94db1431f8ea5459f56fc24577 AS builder
FROM golang:alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template