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 e8a0398 commit 898e88bCopy full SHA for 898e88b
2 files changed
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d
+FROM golang:1.25@sha256:85c0ab0b73087fda36bf8692efe2cf67c54a06d7ca3b49c489bbff98c9954d64
2
3
ENV PYTHONDONTWRITEBYTECODE=1 \
4
PYTHONUNBUFFERED=1
Dockerfile
-FROM golang:1.25@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder
+FROM golang:1.25@sha256:85c0ab0b73087fda36bf8692efe2cf67c54a06d7ca3b49c489bbff98c9954d64 AS builder
WORKDIR /workspace
COPY go.mod go.sum ./
RUN go mod download
0 commit comments