Skip to content

Commit a0eea6e

Browse files
dependabot[bot]TheAssassin
authored andcommitted
Bump alpine from 3.22 to 3.23 in /docker
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] <support@github.com>
1 parent fd8382f commit a0eea6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# first, let's build the software
22
# this is going to take the most time
3-
FROM alpine:3.22 AS builder
3+
FROM alpine:3.23 AS builder
44

55
LABEL org.opencontainers.image.source = "https://github.com/blue-nebula/base"
66

@@ -36,7 +36,7 @@ RUN python3 /generate-servinit-template.py /servinit.cfg > /servinit.tmpl
3636

3737

3838
# finally, let's build the final runtime image (doesn't need all of the build dependencies)
39-
FROM alpine:3.22
39+
FROM alpine:3.23
4040

4141
LABEL maintainer="https://blue-nebula.org"
4242

0 commit comments

Comments
 (0)