Skip to content

Commit f746bc5

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 25e2578 commit f746bc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 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
@@ -36,7 +36,7 @@ RUN wget -O /usr/local/bin/gomplate-arm64 \
3636
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64" \
3737
&& chmod +x /usr/local/bin/gomplate-arm64
3838

39-
FROM alpine:3.14.0
39+
FROM alpine:3.16.2
4040

4141
ARG TARGETARCH
4242

0 commit comments

Comments
 (0)