We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869d78 commit c76fb0fCopy full SHA for c76fb0f
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
# https://github.com/microsoft/vscode-dev-containers/tree/master/containers/go
2
3
-FROM mcr.microsoft.com/devcontainers/go:1.21-bullseye@sha256:30f84595e36b3d5d67b12f1795f0e78777f4913cfc08d23d8cf51a281d3cdf14
+FROM mcr.microsoft.com/devcontainers/go:1.21-bullseye@sha256:c0bbf1c957d2d0e87b1e1c23a4c1af554be79b76d69e9114121662ecf1ad1758
4
5
RUN apt-get update -y && \
6
apt-get install -y curl apt-transport-https ca-certificates gnupg && \
0 commit comments