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.
2 parents 043c07a + 7e0fc60 commit 2c511d5Copy full SHA for 2c511d5
Dockerfile
@@ -1,13 +1,13 @@
1
# syntax=docker/dockerfile:1
2
3
## Buildstage ##
4
-FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
5
6
ARG MOD_VERSION
7
8
RUN \
9
echo "**** retrieve latest version ****" && \
10
- if [ -z "${MOD_VERSION+x}" ]; then \
+ if [ -z "${MOD_VERSION}" ]; then \
11
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \
12
| awk '/tag_name/{print $4;exit}' FS='[""]' \
13
| sed 's|^docker-||' \
0 commit comments