1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

updated node

This commit is contained in:
Massimo Candela
2023-12-24 15:24:52 +01:00
parent 8fcb0c8dcf
commit 91f10218e0
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Javascript/Node
uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Check out code
uses: actions/checkout@v4
@ -51,7 +51,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.19.0
- name: Check out code
uses: actions/checkout@v4

View File

@ -1,5 +1,5 @@
# -- trivial container for BGPalerter
FROM node:18.14.0-alpine as build
FROM node:18.19.0-alpine as build
WORKDIR /opt/bgpalerter
COPY . .