Skip to content

Commit

Permalink
updated: updated: dependencies for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Dec 20, 2024
1 parent 974d7a9 commit 897947c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 897947c

Please sign in to comment.