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