Skip to content

Commit

Permalink
refactor: pin minor version of node
Browse files Browse the repository at this point in the history
- see similar symptoms in angular/angular-cli#25782
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Sep 6, 2023
1 parent 054cbbd commit 6d9dc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN sed -i "s;<CLIENT_HOST>;${CLIENT_HOST};" /var/www/resources/gba-api.js && \
RUN cd /var/www/ && find . | egrep '(.*\.js|.*\.css)' | egrep -v 'mgba.js' | xargs -n 1 -I {} minify -o {} {}

# first stage - builder (beta)
FROM node:20-alpine3.17 as builder
FROM node:20.5.1-alpine3.18 as builder
WORKDIR /app
COPY ./beta/gbajs3 /app

Expand Down

0 comments on commit 6d9dc3f

Please sign in to comment.