Merge pull request #42 from wneessen/dependabot/docker/golang-f1fe698

Bump golang from `282ddcd` to `f1fe698`
This commit is contained in:
Winni Neessen 2024-05-16 10:47:06 +02:00 committed by GitHub
commit 699f7205e9
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:282ddcdde8fea3bceb235a539d7a2fee2f52559c5319c42e577df4bcae2c2f39 AS builder
FROM golang:alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template