Skip to content

Commit

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

---
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 and SadieCat committed Jan 2, 2024
1 parent a74a301 commit 40f1f79
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.18 as builder
FROM alpine:3.19 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.18
FROM alpine:3.19

ARG RUN_DEPENDENCIES=

Expand Down

0 comments on commit 40f1f79

Please sign in to comment.