Skip to content

Commit

Permalink
fix FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss authored Jun 26, 2024
1 parent a6c7b19 commit dc10647
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devcontainer/0-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG BASE_IMAGE=jammy
FROM mcr.microsoft.com/devcontainers/base:${BASE_IMAGE}
ARG BASE_IMAGE=mcr.microsoft.com/devcontainers/base:jammy
FROM ${BASE_IMAGE}

ENV BASE_IMAGE=${BASE_IMAGE}
ENV BASE_TAG=${BASE_TAG}
ARG NODE_MAJOR=20
ENV NODE_MAJOR=${NODE_MAJOR}
ARG JAVA_MAJOR=17
Expand Down

0 comments on commit dc10647

Please sign in to comment.