Skip to content

Commit

Permalink
update alpine (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns committed Jun 14, 2023
1 parent ef0ea7a commit 0ec8d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GOLANG_VERSION=1.19.0
ARG ALPINE_VERSION=3.16
ARG ALPINE_VERSION=3.17

FROM library/golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} AS trivy
ARG TRIVY_VERSION=0.42.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GOLANG_VERSION=1.19.0-alpine3.15
ARG ALPINE_VERSION=3.16
ARG ALPINE_VERSION=3.17

FROM library/golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION}
RUN apk --no-cache add \
Expand Down

0 comments on commit 0ec8d8a

Please sign in to comment.