Merge pull request 'Update golang:1.23 Docker digest to 8e529b6' (#97) from renovate/golang-1.23 into master
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 12s

This commit was merged in pull request #97.
This commit is contained in:
2024-08-14 08:01:08 +02:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.23@sha256:a400dc7e0a82fb3ffef3736d38edf42c3cc36140d5427d65a19c422d07ba60d9 AS builder
FROM golang:1.23@sha256:8e529b64d382182bb84f201dea3c72118f6ae9bc01d27190ffc5a54acf0091d2 AS builder
WORKDIR /app
COPY go.mod go.sum main.go ./