Skip to content

Commit

Permalink
feat: releasing nginx 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeverid committed Oct 4, 2024
1 parent c1436ea commit bc04c05
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 bc04c05

Please sign in to comment.