Merge pull request #74 from wneessen/dependabot/docker/golang-8c9183f

Bump golang from `a8836ec` to `8c9183f`
This commit is contained in:
Winni Neessen 2024-07-05 11:27:34 +02:00 committed by GitHub
commit 9ff8eb67eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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