Update golang Docker tag to v1.23
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
2024-08-13 22:00:54 +00:00
parent ab555d30b8
commit b446b61edc

View File

@@ -1,4 +1,4 @@
FROM golang:1.22@sha256:945c798aafa0a5ce1a324de4f3a74ebd84c1455680e2f2362a185bc7c7847010 AS builder FROM golang:1.23@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS builder
WORKDIR /app WORKDIR /app
COPY go.mod go.sum main.go ./ COPY go.mod go.sum main.go ./