Skip to content

Commit 2c1bf58

Browse files
chore(deps): bump alpine from 3.17.1 to 3.21.3 in /.github/ci (#1326)
Bumps alpine from 3.17.1 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7717f87 commit 2c1bf58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ci/vdrproxy.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.1 AS builder
1+
FROM alpine:3.21.3 AS builder
22

33
ARG UID=1000
44
ARG GID=1000
@@ -35,7 +35,7 @@ WORKDIR /home/indy/indy-vdr/indy-vdr-proxy
3535
RUN git checkout b4dc08b
3636
RUN cargo build --release
3737

38-
FROM alpine:3.18
38+
FROM alpine:3.21
3939
RUN apk update && apk upgrade && \
4040
apk add --no-cache \
4141
libstdc++ \

0 commit comments

Comments
 (0)