Skip to content

Commit

Permalink
Update nginx and dehydrated
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Aug 25, 2022
1 parent b364da8 commit 87d20a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy/production/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM nginx:1.17
# Latest stable in August 2022
# https://hub.docker.com/_/nginx/
FROM nginx:1.22

ARG DEHYDRATED_VERSION=v0.6.5
ARG DEHYDRATED_VERSION=v0.7.0

RUN apt-get update && apt-get install -y apt-utils

Expand Down

0 comments on commit 87d20a4

Please sign in to comment.