Skip to content

Commit

Permalink
Fix BASE_IMAGE not working #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Omondiagbe committed Oct 21, 2024
1 parent 25fe2a8 commit 443c214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ ARG JULIA_VERSION="1.10.5"
FROM julia:${JULIA_VERSION}-bookworm AS internal-base

# Record the actual base image used from the FROM command as label in the compiled image
ARG BASE_IMAGE=$BASE_IMAGE
ARG BASE_IMAGE="julia:${JULIA_VERSION}-bookworm"
LABEL org.opencontainers.image.base.name=${BASE_IMAGE}


# Update all pre-installed OS packages (to get security updates)
# and add a few extra utilities
RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
Expand Down

0 comments on commit 443c214

Please sign in to comment.