Skip to content

Commit

Permalink
🐳 updated base images to use newer devcontainer repo
Browse files Browse the repository at this point in the history
  • Loading branch information
klein2ms committed Aug 3, 2024
1 parent cd4ab63 commit fe4da12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=base
ARG VARIANT=debian

FROM mcr.microsoft.com/vscode/devcontainers/${BASE_IMAGE}:${VARIANT} AS base
FROM mcr.microsoft.com/devcontainers/${BASE_IMAGE}:${VARIANT} AS base

# Build-time metadata as defined at https://github.com/opencontainers/image-spec/blob/master/annotations.md
ARG BUILD_DATE
Expand Down

0 comments on commit fe4da12

Please sign in to comment.