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 cf37ba3 commit 269323cCopy full SHA for 269323c
.devcontainer/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
ARG VARIANT=1.21
16
-FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
+FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}-bookworm
17
18
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
19
apt-get -y install --no-install-recommends \
0 commit comments