Skip to content

Commit

Permalink
feat: Update Nginx and Alpine versions
Browse files Browse the repository at this point in the history
Nginx from 1.25.1 to 1.25.2
Alpine from 3.18.2 to 3.18.3
  • Loading branch information
wokalek committed Aug 19, 2023
1 parent c4eb93f commit ba4762a
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,5 +1,5 @@
ARG ALPINE_VERSION=3.18.2
ARG NGINX_VERSION=1.25.1
ARG ALPINE_VERSION=3.18.3
ARG NGINX_VERSION=1.25.2
ARG PCRE2_VERSION=10.42
ARG OPENSSL_VERSION=3.1.1
ARG BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
Expand Down

0 comments on commit ba4762a

Please sign in to comment.