Merge pull request #154 from wneessen/dependabot/docker/golang-9fa90cb

Bump golang from `c694a4d` to `9fa90cb`
This commit is contained in:
Winni Neessen 2024-12-04 10:03:13 +01:00 committed by GitHub
commit 532fab8c15
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:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
FROM golang:alpine@sha256:9fa90cb6e28cc902241e39d875eb8dec3a70ed49acd6af2215b93cf762451471 AS builder
RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template