Skip to content

Commit

Permalink
Bumping alpine base to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
strongjz committed Mar 16, 2022
1 parent ba7f295 commit 1953efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


FROM alpine:3.14.2 as builder
FROM alpine:3.15.0 as builder

COPY . /

Expand All @@ -23,7 +23,7 @@ RUN apk update \
&& /build.sh

# Use a multi-stage build
FROM alpine:3.14.2
FROM alpine:3.15.0

ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin

Expand Down

0 comments on commit 1953efa

Please sign in to comment.