Skip to content

Commit 341f3ca

Browse files
authored
Merge pull request #3 from jbeverid/joe-bev/nginx-1.27.2
NGINX 1.27.2
2 parents c1436ea + bc04c05 commit 341f3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
IMAGE_NAME: jbeveridge/nginx-distroless
13-
NGINX_VERSION: 1.27.1
13+
NGINX_VERSION: 1.27.2
1414

1515
jobs:
1616
build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build stage
22
FROM debian:bookworm-slim AS build
33

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

0 commit comments

Comments
 (0)