Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 72efd35 commit 4c1e5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 AS builder
FROM alpine:3.21 AS builder

LABEL maintainer="InspIRCd Team <noreply@inspircd.org>"

Expand Down Expand Up @@ -34,7 +34,7 @@ RUN make -j`getconf _NPROCESSORS_ONLN` install
RUN rm -rf /inspircd/conf/*

# Stage 1: Create optimized runtime container
FROM alpine:3.20
FROM alpine:3.21

ARG RUN_DEPENDENCIES=

Expand Down

0 comments on commit 4c1e5af

Please sign in to comment.