Skip to content

Commit

Permalink
update the nginx run container for alpine:3.17.0 (#9430)
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>

Signed-off-by: James Strong <[email protected]>
  • Loading branch information
strongjz authored Dec 21, 2022
1 parent cd80cb6 commit c648595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c648595

Please sign in to comment.