mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Update Docker base container to Ubuntu 24.04, and update software versions.
Thanks to developers of dependencies !
This commit is contained in:
parent
a8e520e7f0
commit
63117e87e7
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -1,7 +1,7 @@
|
||||||
FROM --platform=linux/amd64 ubuntu:23.10 as wekan
|
FROM --platform=linux/amd64 ubuntu:24.04 as wekan
|
||||||
LABEL maintainer="wekan" \
|
LABEL maintainer="wekan" \
|
||||||
org.opencontainers.image.ref.name="ubuntu" \
|
org.opencontainers.image.ref.name="ubuntu" \
|
||||||
org.opencontainers.image.version="23.10" \
|
org.opencontainers.image.version="24.04" \
|
||||||
org.opencontainers.image.source="https://github.com/wekan/wekan"
|
org.opencontainers.image.source="https://github.com/wekan/wekan"
|
||||||
|
|
||||||
# 2022-09-04:
|
# 2022-09-04:
|
||||||
|
|
@ -25,10 +25,10 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
|
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
|
||||||
DEBUG=false \
|
DEBUG=false \
|
||||||
NODE_VERSION=v14.21.4 \
|
NODE_VERSION=v14.21.4 \
|
||||||
METEOR_RELEASE=METEOR@2.13.3 \
|
METEOR_RELEASE=METEOR@2.14 \
|
||||||
USE_EDGE=false \
|
USE_EDGE=false \
|
||||||
METEOR_EDGE=1.5-beta.17 \
|
METEOR_EDGE=1.5-beta.17 \
|
||||||
NPM_VERSION=9.8.1 \
|
NPM_VERSION=6.14.17 \
|
||||||
FIBERS_VERSION=4.0.1 \
|
FIBERS_VERSION=4.0.1 \
|
||||||
ARCHITECTURE=linux-x64 \
|
ARCHITECTURE=linux-x64 \
|
||||||
SRC_PATH=./ \
|
SRC_PATH=./ \
|
||||||
|
|
@ -213,7 +213,7 @@ chown wekan --recursive /home/wekan/.config
|
||||||
#paxctl -mC `which node`
|
#paxctl -mC `which node`
|
||||||
|
|
||||||
# Install Node dependencies. Python path for node-gyp.
|
# Install Node dependencies. Python path for node-gyp.
|
||||||
#npm install -g npm@${NPM_VERSION}
|
npm install -g npm@${NPM_VERSION}
|
||||||
|
|
||||||
# Change user to wekan and install meteor
|
# Change user to wekan and install meteor
|
||||||
cd /home/wekan/
|
cd /home/wekan/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue