Skip to content

Commit

Permalink
chore(deps): upgrade base alpine container images from 3.14 to 3.15 (#…
Browse files Browse the repository at this point in the history
…844)

This patch is also getting rid of CVE-2021-3711 and CVE-2021-36159.

Signed-off-by: Georgi Ivanov <[email protected]>
  • Loading branch information
goroi authored Dec 9, 2021
1 parent 016cdf9 commit 83627b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/scanner-aqua/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15

RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories

Expand Down
2 changes: 1 addition & 1 deletion build/starboard-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15

RUN adduser -u 10000 -D -g '' starboard starboard

Expand Down
2 changes: 1 addition & 1 deletion build/starboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15

RUN adduser -u 10000 -D -g '' starboard starboard

Expand Down

0 comments on commit 83627b3

Please sign in to comment.