Ver código fonte

build(deps): bump alpine from 3.9 to 3.12.1

Bumps alpine from 3.9 to 3.12.1.

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 anos atrás
pai
commit
8380a2e892
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.9
+FROM alpine:3.12.1
 
 ARG OPENSSH_SERVER_PACKAGE_VERSION=7.9_p1-r6
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION