We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67062f2 commit 0cace1dCopy full SHA for 0cace1d
Dockerfile
@@ -1,12 +1,12 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
4
5
ARG MOD_VERSION
6
7
RUN \
8
echo "**** retrieve latest docker and compose versions ****" && \
9
- if [ -z "${MOD_VERSION+x}" ]; then \
+ if [ -z "${MOD_VERSION}" ]; then \
10
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \
11
| awk '/tag_name/{print $4;exit}' FS='[""]' \
12
| sed 's|^docker-||' \
0 commit comments