Skip to content

Commit

Permalink
Use newer alpine
Browse files Browse the repository at this point in the history
Quay.io security scanner reports issues with the busybox in this version
of alpine, use latest

Signed-off-by: Steve Wills <[email protected]>
  • Loading branch information
swills committed Nov 24, 2021
1 parent 187a3c7 commit 4f07a1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/tink-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.15
CMD sleep infinity

ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion cmd/tink-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.15
ENTRYPOINT ["/usr/bin/tink-server"]
EXPOSE 42113
EXPOSE 42114
Expand Down
2 changes: 1 addition & 1 deletion cmd/tink-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15
ENTRYPOINT [ "/usr/bin/tink-worker" ]

ARG TARGETARCH
Expand Down

0 comments on commit 4f07a1e

Please sign in to comment.