Skip to content

Commit

Permalink
Update Nginx to version 1.21.1
Browse files Browse the repository at this point in the history
This change also drops support for the i386 arch for Alpine.
This is because Alpine seems to have stopped building all the necessary
stuff for 32 bit systems, so our parent image cannot be built.

More info:
JonasAlfredsson/docker-nginx-certbot#77
nginxinc/docker-nginx#561
  • Loading branch information
JonasAlfredsson committed Oct 6, 2021
1 parent 897dd53 commit 5adc503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
linux/386
linux/arm64
linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.21.0-alpine AS base
FROM nginx:1.21.1-alpine AS base

# Create a builder image.
FROM base AS builder
Expand Down

0 comments on commit 5adc503

Please sign in to comment.