Skip to content

Commit bc04c05

Browse files
committed
feat: releasing nginx 1.27.2
1 parent c1436ea commit bc04c05

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)