We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cf469 commit 9b355d4Copy full SHA for 9b355d4
2 files changed
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d
+FROM golang:1.25@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149
2
3
ENV PYTHONDONTWRITEBYTECODE=1 \
4
PYTHONUNBUFFERED=1
Dockerfile
-FROM golang:1.25@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder
+FROM golang:1.25@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder
WORKDIR /workspace
COPY go.mod go.sum ./
RUN go mod download
0 commit comments