Skip to content

Commit 1a26131

Browse files
authored
Merge pull request #65 from voxpupuli/fix_dockerfile
fix: LegacyKeyValueFormat and update curl patch level
2 parents 5a25cb7 + c7ba5f8 commit 1a26131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
66
ARG RUBYGEM_PUPPET
7-
ENV RUBYGEM_PUPPET ${RUBYGEM_PUPPET:-8.8.1}
7+
ENV RUBYGEM_PUPPET=${RUBYGEM_PUPPET:-8.8.1}
88

99
ARG RUBYGEM_FACTER
1010
ENV RUBYGEM_FACTER=${RUBYGEM_FACTER:-4.8.0}
@@ -76,7 +76,7 @@ LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
7676
ARG APK_JQ=1.7.1-r0
7777
ARG APK_YAMLLINT=1.35.1-r1
7878
ARG APK_GIT=2.45.2-r0
79-
ARG APK_CURL=8.11.0-r1
79+
ARG APK_CURL=8.11.0-r2
8080

8181
RUN apk update \
8282
&& apk upgrade \

build_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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
}

0 commit comments

Comments
 (0)