Browse Source

build(deps): bump alpine from 3.16.2 to 3.16.3 (#41)

dependabot[bot] 1 year ago
parent
commit
499249e143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.16.2
+FROM docker.io/alpine:3.16.3
   
 ARG OPENSSH_SERVER_PACKAGE_VERSION=9.0_p1-r2
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION