Skip to content

Commit

Permalink
updated: dependencies and new release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Sep 19, 2024
1 parent 8b6b653 commit a3fb411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/alpine:latest
ENV OPENSSL_BRANCH=openssl-3.3
ENV APP_BRANCH=Angie-1.6.2
ENV APP_BRANCH=Angie-1.7.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.6.2-blue)
![version](https://img.shields.io/badge/version-1.7.0-blue)
[![GitHub issues open](https://img.shields.io/github/issues/ammnt/angie.svg)](https://github.com/ammnt/angie/issues)

The Docker image is ready to use:<br>
Expand Down

0 comments on commit a3fb411

Please sign in to comment.