diff options
| author | Marie <marie@kaifa.ch> | 2024-01-03 14:33:34 +0100 |
|---|---|---|
| committer | Marie <marie@kaifa.ch> | 2024-01-03 14:33:34 +0100 |
| commit | d92217e0738d41e4391083164d0b37b0dc2a5bdc (patch) | |
| tree | d053f0873d0170339a090cc98ba345e3352dcfbb /Dockerfile | |
| parent | fix: reaction icon causing 2 remove pop ups (diff) | |
| download | sharkey-d92217e0738d41e4391083164d0b37b0dc2a5bdc.tar.gz sharkey-d92217e0738d41e4391083164d0b37b0dc2a5bdc.tar.bz2 sharkey-d92217e0738d41e4391083164d0b37b0dc2a5bdc.zip | |
chore: set node version to LTS on docker
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 440c04e2df..99286b39b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=21.4.0-alpine3.18 +ARG NODE_VERSION=20.10.0-alpine3.18 FROM node:${NODE_VERSION} as build |