update the nginx run container for alpine:3.17.0 (#9430)

Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
James Strong 2022-12-20 22:55:25 -05:00 committed by João Henri
parent e06d78ac45
commit 1686f1423e

View file

@ -21,7 +21,7 @@ RUN apk update \
&& /build.sh
# Use a multi-stage build
FROM alpine:3.16.2
FROM alpine:3.17.0
ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin