Skip to content

Commit

Permalink
Upgrading alpine image version to 3.16 for reducing vulnerabilities (#…
Browse files Browse the repository at this point in the history
…301)

* Upgrading alpine version to 3.16

Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 authored Oct 27, 2022
1 parent 616708a commit 98b50fc
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.15.0
FROM alpine:3.16.2

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.15.0
FROM alpine:3.16.2

LABEL maintainer="LitmusChaos"

Expand Down

0 comments on commit 98b50fc

Please sign in to comment.