We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1436ea commit bc04c05Copy full SHA for bc04c05
.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
IMAGE_NAME: jbeveridge/nginx-distroless
13
- NGINX_VERSION: 1.27.1
+ NGINX_VERSION: 1.27.2
14
15
jobs:
16
build:
Dockerfile
@@ -1,7 +1,7 @@
1
# Build stage
2
FROM debian:bookworm-slim AS build
3
4
-ARG NGINX_VERSION=1.27.1
+ARG NGINX_VERSION=1.27.2
5
WORKDIR /var/www/nginx-distroless
6
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
7
0 commit comments