Merge pull request 'Update golang Docker tag to v1.23' (#94) from renovate/golang-1.x into master
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 16s

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

View File

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