From 897947c4e0ccb7953c274345fe93e656e242c9ff Mon Sep 17 00:00:00 2001 From: ammnt Date: Fri, 20 Dec 2024 06:52:20 +0300 Subject: [PATCH] updated: updated: dependencies for the next release --- .github/workflows/build.yml | 2 +- Dockerfile | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f810c8..d3e6110 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - APP_VERSION: 1.7.0 + APP_VERSION: 1.8.0 jobs: build: diff --git a/Dockerfile b/Dockerfile index ba12829..59ed6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG BASE_VERSION=3.21.0 FROM docker.io/library/alpine:${BASE_VERSION} -ENV OPENSSL_BRANCH=openssl-3.3 -ENV APP_BRANCH=Angie-1.7.0 +ENV OPENSSL_BRANCH=openssl-3.4 +ENV APP_BRANCH=Angie-1.8.0 RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \ && apk -U upgrade && apk add --no-cache \ openssl \ diff --git a/README.md b/README.md index df01ac7..101b712 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Distroless Angie with HTTP/3 and QUIC support🚀 [![Build and push image📦](https://github.com/ammnt/angie/actions/workflows/build.yml/badge.svg)](https://github.com/ammnt/angie/actions/workflows/build.yml) -![version](https://img.shields.io/badge/version-1.7.0-blue) +![version](https://img.shields.io/badge/version-1.8.0-blue) [![GitHub issues open](https://img.shields.io/github/issues/ammnt/angie.svg)](https://github.com/ammnt/angie/issues) ![GitHub Maintained](https://img.shields.io/badge/open%20source-yes-orange) ![GitHub Maintained](https://img.shields.io/badge/maintained-yes-yellow)