Skip to content

Commit

Permalink
changed: remove platform directive and new release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Aug 16, 2024
1 parent 757639e commit b78a10d
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,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 \
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.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:<br>
Expand Down

0 comments on commit b78a10d

Please sign in to comment.