Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-thompson-day8 authored Mar 27, 2024
1 parent da6a56b commit 69d0253
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# [Choice] Java version (use -bullseye variants on local arm64/Apple Silicon): 11, 17, 11-bullseye, 17-bullseye, 11-buster, 17-buster
ARG VARIANT=${templateOption:imageVariant}
FROM mcr.microsoft.com/devcontainers/java:${VARIANT}

# MT: removed this ARG stuff and went with hardcoded version instead because it was giving errors.
# ARG VARIANT=${templateOption:imageVariant}
# FROM mcr.microsoft.com/devcontainers/java:${VARIANT}

FROM mcr.microsoft.com/devcontainers/java:21

# [Optional] Clojure version
ARG CLOJURE_VERSION=1.10.3
Expand Down

0 comments on commit 69d0253

Please sign in to comment.