Commit 92c4e938 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Merge branch 'fix-outdated-libcurl' into 'master'

fix: update libcurl when installing packages

Closes #246

See merge request https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/merge_requests/332



Merged-by: default avatarShinya Maeda <shinya@gitlab.com>
Approved-by: default avatarShinya Maeda <shinya@gitlab.com>
Co-authored-by: default avatarHordur Freyr Yngvason <hfyngvason@gitlab.com>
parents 20260a78 b1e5d86d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,9 +9,10 @@ ARG GLIBC_VERSION
ARG TARGETARCH

# Install shared dependencies
RUN apk add --no-cache \
RUN apk add -u --no-cache \
  bash \
  curl \
  libcurl \
  gzip \
  jq \
  openssl \