From b78a10db8fddd8ee6f393430c67a55b32e6391f5 Mon Sep 17 00:00:00 2001 From: ammnt Date: Fri, 16 Aug 2024 18:17:03 +0300 Subject: [PATCH] changed: remove platform directive and new release 1.6.2 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e3cf49..ca92046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 docker.io/library/alpine:latest +FROM docker.io/library/alpine:latest 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 edb405a..01e46ea 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.6.1-blue) +![version](https://img.shields.io/badge/version-1.6.2-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: