diff --git a/Dockerfile b/Dockerfile index 21a4926..fe6259f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.5@sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS builder_go +FROM golang:1.24.6@sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6 AS builder_go WORKDIR /web-app-template RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest RUN go install github.com/a-h/templ/cmd/templ@latest