Explorar el Código

build(deps): bump alpine from 3.17.1 to 3.17.2 (#49)

dependabot[bot] hace 1 año
padre
commit
38163091e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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