Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18.0 in dockerfile (runat…
Browse files Browse the repository at this point in the history
…lantis#3404)

* chore(deps): update alpine docker tag to v3.18.0 in dockerfile

* Update Dockerfile

---------

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 May 12, 2023
1 parent 3c27fbb commit 6520d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# what distro is the image being built for
ARG ALPINE_TAG=3.17.3
ARG ALPINE_TAG=3.18.0
ARG DEBIAN_TAG=11.7-slim

# Stage 1: build artifact and download deps
Expand Down Expand Up @@ -178,8 +178,8 @@ RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/ma
curl~=8.0 \
unzip~=6.0 \
bash~=5.2 \
openssh~=9.1_p1 \
libcap~=2.66 \
openssh~=9.3_p1 \
libcap~=2.68 \
dumb-init~=1.2 \
gcompat~=1.1

Expand Down

0 comments on commit 6520d71

Please sign in to comment.