Merge pull request #41 from wneessen/dependabot/docker/golang-282ddcd

Bump golang from `2a88224` to `282ddcd`
This commit is contained in:
Winni Neessen 2024-05-15 11:00:22 +02:00 committed by GitHub
commit 5988f1d26a
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:2a882244fb51835ebbd8313bffee83775b0c076aaf56b497b43d8a4c72db65e1 AS builder
FROM golang:alpine@sha256:282ddcdde8fea3bceb235a539d7a2fee2f52559c5319c42e577df4bcae2c2f39 AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template