Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23.8-bookworm@sha256:df6c0a931c3646afea9d9858a40985a613f692467da696ef8ffc4d1996d7a6bb AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.24.7-bookworm@sha256:08329e0d23110a75f197b91773fd6859060c13ec4418792e36eb6b472e9fef77 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
Loading