Skip to content

Commit

Permalink
Upgrade alpine linux 3.20.1 (#67)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update README.md
  • Loading branch information
shukitchan authored Jun 23, 2024
1 parent 40279cb commit b352262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=linux/amd64 alpine:3.20.0 as builder-amd64
FROM --platform=linux/amd64 alpine:3.20.1 as builder-amd64

FROM --platform=linux/arm64 arm64v8/alpine:3.20.0 as builder-arm64
FROM --platform=linux/arm64 arm64v8/alpine:3.20.1 as builder-arm64

ARG TARGETARCH

Expand Down Expand Up @@ -50,9 +50,9 @@ RUN chmod 755 entry.sh

ENTRYPOINT ["/opt/ats/bin/entry.sh"]

FROM --platform=linux/amd64 alpine:3.20.0 as worker-amd64
FROM --platform=linux/amd64 alpine:3.20.1 as worker-amd64

FROM --platform=linux/arm64 arm64v8/alpine:3.20.0 as worker-arm64
FROM --platform=linux/arm64 arm64v8/alpine:3.20.1 as worker-arm64

FROM worker-${TARGETARCH} as worker

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Docker Image for Apache Traffic Server (ATS) 9.2.4 on alpine 3.20.0
Docker Image for Apache Traffic Server (ATS) 9.2.4 on alpine 3.20.1
====
- http://trafficserver.apache.org/

Expand Down

0 comments on commit b352262

Please sign in to comment.