Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed Nov 17, 2024
1 parent 12fa4e4 commit 1a88b73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##### Stage 1
FROM node:16.17.0 as node
FROM node:22 AS node
LABEL author="Dan Wahlin"

ARG NG_APP_API_URL
Expand Down
2 changes: 1 addition & 1 deletion .docker/node.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.17.0-alpine
FROM node:22-alpine

LABEL author="Dan Wahlin"

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# Visit http://localhost
# Live long and prosper

version: '3.7'

services:

nginx:
Expand Down

0 comments on commit 1a88b73

Please sign in to comment.