Skip to content

Commit

Permalink
update Alpine to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jan 18, 2023
1 parent 9281bcb commit 53a227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UPSTREAM_REPO
ARG UPSTREAM_TAG
ARG GO_VER
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} as commons
FROM golang:${GO_VER:-1.17}-alpine3.16 as golang
FROM golang:${GO_VER:-1.17}-alpine3.17 as golang

RUN apk add --no-cache git
RUN go install github.com/a8m/envsubst/cmd/[email protected]
Expand Down

0 comments on commit 53a227e

Please sign in to comment.