Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.17.3 in docker-base/docke…
Browse files Browse the repository at this point in the history
…rfile.alpine (#3278)

* chore(deps): update alpine docker tag to v3.17.3 in docker-base/dockerfile.alpine

* Update Dockerfile.alpine

* Update Dockerfile.alpine

* Update Dockerfile.alpine

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nitrocode <[email protected]>
  • Loading branch information
renovate[bot] and nitrocode authored Mar 30, 2023
1 parent f8d6aac commit 05e9c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-base/Dockerfile.alpine
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.17.2
FROM alpine:3.17.3
LABEL authors="Anubhav Mishra, Luke Kysow"

# We use gosu to step down from root and run as the atlantis user so we need
Expand All @@ -25,7 +25,7 @@ ENV GIT_LFS_VERSION=3.3.0
ARG TARGETPLATFORM

# Install packages needed for running Atlantis.
RUN apk add git~=2.39 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main/ && \
RUN apk add git~=2.40 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main/ && \
apk add --no-cache \
ca-certificates~=20220614 \
curl~=7.88 \
Expand Down

0 comments on commit 05e9c2f

Please sign in to comment.