Update base image to alpine 3.16

This commit is contained in:
Peter
2022-06-05 19:01:55 +02:00
parent e53b068902
commit c9dbc7c7b7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"