mirror of
https://github.com/igorski/bitmappery.git
synced 2026-07-19 13:28:46 +02:00
Upgrade Node.js base image to version 24-alpine (#101)
* Upgrade Node.js base image to version 24-alpine Current dockerfile fails to build. Updating Node.js base image from version 20 to 24 brings it to the current LTS and builds successfully for me. * removed unnecessary yarn install step
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# Written by Ange Cesari
|
||||
# Use official Node.js based on Alpine
|
||||
FROM node:20-alpine
|
||||
|
||||
# Install Yarn
|
||||
RUN apk add --no-cache yarn
|
||||
FROM node:24-alpine
|
||||
|
||||
# Create dir for application
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user