Skip to content

Commit

Permalink
deps: bump alpine to v3.16.1 (runatlantis#2431)
Browse files Browse the repository at this point in the history
* Bump alpine to 3.16.1

* Use atlantis-base 2022.08.05
  • Loading branch information
lilincmu authored and krrrr38 committed Dec 16, 2022
1 parent c5b866e commit 439622d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags "-s -w" -v -o atlantis .

# Stage 2
# The runatlantis/atlantis-base is created by docker-base/Dockerfile.
FROM ghcr.io/runatlantis/atlantis-base:2022.05.13 AS base
FROM ghcr.io/runatlantis/atlantis-base:2022.08.05 AS base

# Get the architecture the image is being built for
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion docker-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile builds our base image with gosu, dumb-init and the atlantis
# user. We split this from the main Dockerfile because this base doesn't change
# and also because it kept breaking the build due to flakiness.
FROM alpine:3.15.4
FROM alpine:3.16.1
LABEL authors="Anubhav Mishra, Luke Kysow"

# We use gosu to step down from root and run as the atlantis user so we need
Expand Down

0 comments on commit 439622d

Please sign in to comment.