Skip to content

Commit 32daa58

Browse files
Bump alpine from 3.22 to 3.23
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c7cd2d commit 32daa58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

33
LABEL maintainer="InspIRCd Team <[email protected]>"
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.22
37+
FROM alpine:3.23
3838

3939
ARG RUN_DEPENDENCIES=
4040

0 commit comments

Comments
 (0)