Browse Source

build(deps): bump alpine from 3.18.0 to 3.18.2 (#56)

dependabot[bot] 10 months ago
parent
commit
06699a0c9d
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.18.0
+FROM docker.io/alpine:3.18.2
 
 ARG OPENSSH_SERVER_PACKAGE_VERSION=9.3_p1-r3
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION