Skip to content

Commit 74368e6

Browse files
committed
updated: dependencies for the next release
1 parent ad1113a commit 74368e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: ${{ github.repository }}
13-
APP_VERSION: 1.8.0
13+
APP_VERSION: 1.27.4
1414

1515
jobs:
1616
build:
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install cosign🔒
3131
uses: sigstore/cosign-installer@v3.7.0
3232
with:
33-
cosign-release: "v2.4.1"
33+
cosign-release: "v2.4.2"
3434

3535
- name: Setup Docker buildx🛠️
3636
uses: docker/setup-buildx-action@v3.8.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_VERSION=3.21.0
22
ARG BASE_HASH=21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
33
FROM docker.io/library/alpine:${BASE_VERSION}@sha256:${BASE_HASH}
44
ARG OPENSSL_BRANCH=openssl-3.4
5-
ARG APP_BRANCH=release-1.27.3
5+
ARG APP_BRANCH=release-1.27.4
66
RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \
77
&& addgroup --gid 101 -S nginx && adduser -S nginx -s /sbin/nologin -G nginx --uid 101 --no-create-home \
88
&& apk -U upgrade && apk add --no-cache \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Distroless NGINX with HTTP/3 and QUIC support🚀
22

33
[![Build and push image📦](https://github.com/ammnt/nginx/actions/workflows/build.yml/badge.svg)](https://github.com/ammnt/nginx/actions/workflows/build.yml)
4-
![version](https://img.shields.io/badge/version-1.27.3-blue)
4+
![version](https://img.shields.io/badge/version-1.27.4-blue)
55
[![GitHub issues open](https://img.shields.io/github/issues/ammnt/nginx.svg)](https://github.com/ammnt/nginx/issues)
66
![GitHub Maintained](https://img.shields.io/badge/open%20source-yes-orange)
77
![GitHub Maintained](https://img.shields.io/badge/maintained-yes-yellow)

0 commit comments

Comments
 (0)