chore(deps): update golang docker tag to v1.23.4
Some checks are pending
Build Docker Image / Build-Docker-Image (push) Successful in 1m42s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Waiting to run

This commit was merged in pull request #301.
This commit is contained in:
2024-12-06 21:55:51 +00:00
parent 5ef59df2d0
commit fb20672105

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:e5ca1999e21764b1fd40cf6564ebfb7022e7a55b8c72886a9bcb697a5feac8d6 AS builder_go FROM golang:1.23.4@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7 AS builder_go
WORKDIR /me-fit WORKDIR /me-fit
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2 RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
RUN go install github.com/a-h/templ/cmd/templ@latest RUN go install github.com/a-h/templ/cmd/templ@latest