Skip to content

Commit 13c2d16

Browse files
build(deps): bump alpine from 3.14.0 to 3.16.2
Bumps alpine from 3.14.0 to 3.16.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 bd9f78f commit 13c2d16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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.16.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.16.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

Dockerfile-muiti-architecture

Lines changed: 1 addition & 1 deletion
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.16.2
3939

4040
ARG TARGETARCH
4141

0 commit comments

Comments
 (0)