Skip to content

Commit

Permalink
Set UBUNTU_CODENAME in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 28, 2023
1 parent 75c463b commit f12965c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ LABEL org.label-schema.maintainer="betadots GmbH <info@betadots.de>" \

ARG TARGETARCH

# needs to be set again, otherwise it is not available in the next stage
ARG UBUNTU_CODENAME

ARG PUPPET_RELEASE
ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}

Expand Down

0 comments on commit f12965c

Please sign in to comment.