Skip to content

Commit

Permalink
Merge pull request #3 from jbeverid/joe-bev/nginx-1.27.2
Browse files Browse the repository at this point in the history
NGINX 1.27.2
  • Loading branch information
jbeverid authored Oct 4, 2024
2 parents c1436ea + bc04c05 commit 341f3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
IMAGE_NAME: jbeveridge/nginx-distroless
NGINX_VERSION: 1.27.1
NGINX_VERSION: 1.27.2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage
FROM debian:bookworm-slim AS build

ARG NGINX_VERSION=1.27.1
ARG NGINX_VERSION=1.27.2
WORKDIR /var/www/nginx-distroless
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

Expand Down

0 comments on commit 341f3ca

Please sign in to comment.