Skip to content

Commit

Permalink
Upgrade to alpine linux 3.16.9 (#206)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update README.md
  • Loading branch information
shukitchan authored Mar 23, 2024
1 parent 65552f4 commit 2c42f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

FROM alpine:3.16.8 as builder
FROM alpine:3.16.9 as builder

RUN apk add --no-cache --virtual .tools \
bzip2 curl nghttp2-libs=1.47.0-r2 git automake libtool autoconf make sed file perl openrc openssl=1.1.1w-r1
Expand Down Expand Up @@ -123,7 +123,7 @@ RUN mkdir -p /opt/ats/var/run/redis/ \
# set up ingress log location
RUN mkdir -p /opt/ats/var/log/ingress/

FROM alpine:3.16.8
FROM alpine:3.16.9

# essential library
RUN apk add --no-cache -U \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
- [Development](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/DEVELOPMENT.md)

## Versions of Software Used
- Alpine Linux 3.16.8
- Alpine Linux 3.16.9
- Apache Traffic Server 9.2.3
- LuaJIT 2.0.4
- Go (Version can be found in `GO_VERSION` file found at the base of this repository)
Expand Down

0 comments on commit 2c42f6a

Please sign in to comment.