Skip to content

Commit 28c20b3

Browse files
dependabot[bot]sadiepowell
authored andcommitted
Bump alpine from 3.23 to 3.24
Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 764c786 commit 28c20b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

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

@@ -34,7 +34,7 @@ RUN make -j`getconf _NPROCESSORS_ONLN` install
3434
RUN rm -rf /inspircd/conf/*
3535

3636
# Stage 1: Create optimized runtime container
37-
FROM alpine:3.23
37+
FROM alpine:3.24
3838

3939
ARG RUN_DEPENDENCIES=
4040

0 commit comments

Comments
 (0)