Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2023
1 parent b04aca7 commit f2b75e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 AS build
FROM alpine:3.18 AS build

ENV NGINX_VERSION 1.23.1

Expand All @@ -19,7 +19,7 @@ RUN make
RUN make install


FROM alpine:3.16
FROM alpine:3.18

RUN apk add --no-cache pcre openssl zlib

Expand Down

0 comments on commit f2b75e3

Please sign in to comment.