use alpine 3.17

This commit is contained in:
Sebastian Hugentobler 2022-11-23 14:27:31 +01:00
parent b589e7f94f
commit 92667207e4
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.16 as builder
FROM docker.io/alpine:3.17 as builder
RUN apk --no-cache add \
rpcgen \