Skip to content

Commit

Permalink
Revert "Bumped Alpine version from 3.16.2 to 3.16.9 to fix vulnerabil…
Browse files Browse the repository at this point in the history
…ities (#…" (#569)

This reverts commit 51597bc.
  • Loading branch information
ispeakc0de committed Aug 14, 2024
1 parent 51597bc commit 990b2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/hardened-alpine/experiment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile contains the hardened alpine image with all the
# litmus experiment dependencies installed.
# It is also made non-root, sudo-enabled with default litmus directory.
FROM alpine:3.16.9
FROM alpine:3.16.2

LABEL maintainer="LitmusChaos"

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN set -ex && \
apk --update add libstdc++ curl ca-certificates && \
for pkg in glibc-${GLIBC_VERSION} glibc-bin-${GLIBC_VERSION}; \
do curl -sSL ${GLIBC_REPO}/releases/download/${GLIBC_VERSION}/${pkg}.apk -o /tmp/${pkg}.apk; done && \
apk add --allow-untrusted --force-overwrite /tmp/*.apk && \
apk add --allow-untrusted /tmp/*.apk && \
rm -v /tmp/*.apk && \
/usr/glibc-compat/sbin/ldconfig /lib /usr/glibc-compat/lib

Expand Down

0 comments on commit 990b2da

Please sign in to comment.