Skip to content

Commit

Permalink
feat: bump alpine base image for ssh-portal and ssh-portal-api
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Nov 16, 2022
1 parent 0872c23 commit 33b1cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/ssh-portal-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.14
FROM alpine:3.16
ENTRYPOINT ["/ssh-portal-api"]
COPY ssh-portal-api /
2 changes: 1 addition & 1 deletion deploy/ssh-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.14
FROM alpine:3.16
ENTRYPOINT ["/ssh-portal"]
COPY ssh-portal /

0 comments on commit 33b1cdc

Please sign in to comment.