Skip to content

Commit 896b59d

Browse files
build(deps): bump alpine from 3.14.0 to 3.17.2
Bumps alpine from 3.14.0 to 3.17.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c6f7d9 commit 896b59d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020

2121
RUN make release-binary
2222

23-
FROM alpine:3.14.0 AS gomplate
23+
FROM alpine:3.17.2 AS gomplate
2424

2525
ARG TARGETOS
2626
ARG TARGETARCH
@@ -33,7 +33,7 @@ RUN wget -O /usr/local/bin/gomplate \
3333
&& chmod +x /usr/local/bin/gomplate
3434

3535

36-
FROM alpine:3.14.0
36+
FROM alpine:3.17.2
3737

3838
# Dex connectors, such as GitHub and Google logins require root certificates.
3939
# Proper installations should manage those certificates, but it's a bad user

Diff for: Dockerfile-muiti-architecture

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN --mount=type=cache,id=gobuild,target=/gocache make release-binary
3535
#RUN wget -O /usr/local/bin/gomplate-arm64 "https://resource.koderover.com/gomplate_linux-arm64" \
3636
# && chmod +x /usr/local/bin/gomplate-arm64
3737

38-
FROM alpine:3.14.0
38+
FROM alpine:3.17.2
3939

4040
ARG TARGETARCH
4141

0 commit comments

Comments
 (0)