File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $BASE_IMAGE AS builder
44
55# Gems have to be ARG and ENV because they are used as reference in the Gemfile
66ARG RUBYGEM_PUPPET
7- ENV RUBYGEM_PUPPET ${RUBYGEM_PUPPET:-8.8.1}
7+ ENV RUBYGEM_PUPPET= ${RUBYGEM_PUPPET:-8.8.1}
88
99ARG RUBYGEM_FACTER
1010ENV RUBYGEM_FACTER=${RUBYGEM_FACTER:-4.8.0}
@@ -76,7 +76,7 @@ LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
7676ARG APK_JQ=1.7.1-r0
7777ARG APK_YAMLLINT=1.35.1-r1
7878ARG APK_GIT=2.45.2-r0
79- ARG APK_CURL=8.11.0-r1
79+ ARG APK_CURL=8.11.0-r2
8080
8181RUN apk update \
8282 && apk upgrade \
Original file line number Diff line number Diff line change 3838 "apk_jq" : " 1.7.1-r0" ,
3939 "apk_yamllint" : " 1.35.1-r1" ,
4040 "apk_git" : " 2.45.2-r0" ,
41- "apk_curl" : " 8.11.0-r1 "
41+ "apk_curl" : " 8.11.0-r2 "
4242 }
4343 ]
4444}
You can’t perform that action at this time.
0 commit comments