Skip to content

Commit

Permalink
update alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
zwiy committed Mar 15, 2023
1 parent e757d22 commit 822a328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17

LABEL maintainer="INS OST"

Expand All @@ -15,4 +15,4 @@ RUN apk add --no-cache --update \
EXPOSE 22

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/sshd","-D","-e"]
CMD ["/usr/sbin/sshd","-D","-e"]

0 comments on commit 822a328

Please sign in to comment.