Skip to content

Commit

Permalink
Updating base image of litmus-infra to alpine:3.15.0 due to some CVEs (
Browse files Browse the repository at this point in the history
…#207)

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
imrajdas authored Jan 21, 2022
1 parent 556dbee commit 2f2bce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.14.2
FROM alpine:3.15.0

LABEL maintainer="LitmusChaos"

Expand Down
2 changes: 1 addition & 1 deletion custom/hardened-alpine/infra/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.14.2
FROM alpine:3.15.0

LABEL maintainer="LitmusChaos"

Expand Down

0 comments on commit 2f2bce8

Please sign in to comment.