diff --git a/Dockerfile b/Dockerfile index c95c40c..14413a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.0 AS builder +FROM alpine:3.17.0 AS builder ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_0_P1.tar.gz RUN \ apk add --no-cache \