Skip to content
Snippets Groups Projects
Unverified Commit 2d41fd20 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump alpine from 3.17 to 3.18


Bumps alpine from 3.17 to 3.18.

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 51e3cf4a
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.17 as builder FROM alpine:3.18 as builder
LABEL maintainer="InspIRCd Team <noreply@inspircd.org>" LABEL maintainer="InspIRCd Team <noreply@inspircd.org>"
...@@ -34,7 +34,7 @@ RUN make -j`getconf _NPROCESSORS_ONLN` install ...@@ -34,7 +34,7 @@ RUN make -j`getconf _NPROCESSORS_ONLN` install
RUN rm -rf /inspircd/conf/* RUN rm -rf /inspircd/conf/*
# Stage 1: Create optimized runtime container # Stage 1: Create optimized runtime container
FROM alpine:3.17 FROM alpine:3.18
ARG RUN_DEPENDENCIES= ARG RUN_DEPENDENCIES=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment