Skip to content

Commit

Permalink
security upgrade for alpine to 3.17 (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-bansal96 committed Feb 17, 2023
1 parent 3c0c96e commit 4ebdb16
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/builder/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --update ca-certificates
COPY builder /builder
ENTRYPOINT ["/builder"]
2 changes: 1 addition & 1 deletion cmd/fetcher/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --update ca-certificates
COPY fetcher /
ENTRYPOINT ["/fetcher"]
2 changes: 1 addition & 1 deletion cmd/fission-bundle/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --update ca-certificates
COPY fission-bundle /
ENTRYPOINT ["/fission-bundle"]
2 changes: 1 addition & 1 deletion cmd/preupgradechecks/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --update ca-certificates
COPY pre-upgrade-checks /
ENTRYPOINT ["/pre-upgrade-checks"]
2 changes: 1 addition & 1 deletion cmd/reporter/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
RUN apk add --update ca-certificates
COPY reporter /
ENTRYPOINT ["/reporter"]

0 comments on commit 4ebdb16

Please sign in to comment.