diff --git a/custom/hardened-alpine/infra/Dockerfile b/custom/hardened-alpine/infra/Dockerfile index 4876cc19..d353404d 100644 --- a/custom/hardened-alpine/infra/Dockerfile +++ b/custom/hardened-alpine/infra/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile contains the hardened alpine image that can be used in litmus components. # It is also made non-root with default litmus directory. -FROM alpine:3.16.9 +FROM alpine:3.19.3 LABEL maintainer="LitmusChaos"