Skip to content
Snippets Groups Projects
Commit 7b6f5713 authored by Nicola Worthington's avatar Nicola Worthington :speech_balloon:
Browse files

5.3.6-node20.18-alpine3.19 with ppc64le support

The official NodeJS image for ppc64le is lagging behind
the versions for other architectures.
parent 56f62466
No related branches found
No related tags found
1 merge request!195.3.6-node20.18-alpine3.19 with ppc64le support
Pipeline #1566983983 passed
......@@ -7,7 +7,7 @@
# https://nicolaw.uk/#TiddlyWiki
#
ARG BASE_IMAGE=node:23.3-alpine3.19
ARG BASE_IMAGE=node:20.18-alpine3.19
FROM ${BASE_IMAGE} AS build
ARG TW_VERSION=5.3.6
......
......@@ -11,7 +11,7 @@
.DEFAULT_GOAL := build
TW_VERSION = 5.3.6
BASE_IMAGE = node:23.3-alpine3.19
BASE_IMAGE = node:20.18-alpine3.19
REPOSITORY = nicolaw/tiddlywiki
USER = node
......
......@@ -5,7 +5,8 @@
## Supported Tags
* `5.3.6`, `5.3.6-node23.3-alpine3.19`, `latest`
* `5.3.6`, `5.3.6-node23.3-alpine3.19`, `latest` (no `ppc64le` support)
* `5.3.6-node20.18-alpine3.19`
* `5.2.2`, `5.2.2-node17.9-alpine3.15`
* `5.2.0`, `5.2.0-node17.0-alpine3.13`
* `5.1.23`, `5.1.23-node14.18.1-alpine3.14`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment