Skip to content

Commit 5872f29

Browse files
authored
Merge pull request #1108 from linuxserver/code-server-julia-alpine
code-server-julia: update alpine, fix artifact check url
2 parents cfc9799 + cc385e0 commit 5872f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
44

55
ARG MOD_VERSION
66

77
RUN \
88
if [ -z "${MOD_VERSION}" ]; then \
9-
MOD_VERSION=$(curl -sL https://julialang.org/downloads/ \
9+
MOD_VERSION=$(curl -sL https://julialang.org/downloads/manual-downloads/ \
1010
| grep 'Current stable release:' \
1111
| sed 's|.*Current stable release: v||' \
1212
| sed 's| (.*||'); \

0 commit comments

Comments
 (0)