File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# #####
2
2
# Build Client
3
3
# ###################
4
- FROM node:14.17.0 -alpine as client
4
+ FROM node:14.21.3 -alpine as client
5
5
6
6
RUN apk update && apk --no-cache --virtual build-dependencies add make git bash python3 gcc g++
7
7
@@ -18,7 +18,7 @@ RUN npm run build:prod
18
18
# #####
19
19
# Build Server
20
20
# ###################
21
- FROM golang:1.16.4 -alpine as server
21
+ FROM golang:1.23.5 -alpine as server
22
22
23
23
RUN apk update && apk add git bash
24
24
COPY . /ratel
Original file line number Diff line number Diff line change 1
- FROM node:14.17.0 -alpine
1
+ FROM node:14.21.3 -alpine
2
2
LABEL maintainer=
"Hypermode <[email protected] >"
3
3
4
4
RUN apk update && apk --no-cache add \
Original file line number Diff line number Diff line change 1
1
# -*- mode: Dockerfile -*-
2
2
# vi: set ft=Dockerfile :
3
- FROM node:14.17.0 -buster as test
3
+ FROM node:14.21.3 -buster as test
4
4
5
5
# Borrowed from TeamCity Build Task
6
6
# ref https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix
You can’t perform that action at this time.
0 commit comments