Skip to content

Commit

Permalink
Merge pull request #559 from turbo124/master
Browse files Browse the repository at this point in the history
Bump for Node version
  • Loading branch information
turbo124 authored Jan 18, 2024
2 parents 43cc741 + 08e24b4 commit d766e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BAK_STORAGE_PATH=/var/www/app/docker-backup-storage/
ARG BAK_PUBLIC_PATH=/var/www/app/docker-backup-public/

# Get Invoice Ninja and install nodejs packages
FROM --platform=$BUILDPLATFORM node:lts-alpine as build
FROM --platform=$BUILDPLATFORM node:20-alpine as build

# Download Invoice Ninja
ARG INVOICENINJA_VERSION
Expand Down

0 comments on commit d766e82

Please sign in to comment.