Skip to content

Commit

Permalink
base image location should not be hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 23, 2024
1 parent e832d7f commit eeac7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alfresco Base Java Image
ARG DISTRIB_NAME
ARG DISTRIB_MAJOR
ARG IMAGE_BASE_LOCATION=docker.io/rockylinux:9
ARG IMAGE_BASE_LOCATION

FROM ${IMAGE_BASE_LOCATION} AS rhlike

Expand Down

0 comments on commit eeac7b6

Please sign in to comment.