Skip to content

Commit 6995a2b

Browse files
chore(deps): Update infra minor and patch
1 parent 5532fc5 commit 6995a2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######
22
# Build Client
33
####################
4-
FROM node:14.17.0-alpine as client
4+
FROM node:14.21.3-alpine as client
55

66
RUN apk update && apk --no-cache --virtual build-dependencies add make git bash python3 gcc g++
77

@@ -18,7 +18,7 @@ RUN npm run build:prod
1818
######
1919
# Build Server
2020
####################
21-
FROM golang:1.16.4-alpine as server
21+
FROM golang:1.23.5-alpine as server
2222

2323
RUN apk update && apk add git bash
2424
COPY . /ratel

Diff for: dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.0-alpine
1+
FROM node:14.21.3-alpine
22
LABEL maintainer="Hypermode <[email protected]>"
33

44
RUN apk update && apk --no-cache add \

Diff for: test.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: Dockerfile -*-
22
# vi: set ft=Dockerfile :
3-
FROM node:14.17.0-buster as test
3+
FROM node:14.21.3-buster as test
44

55
# Borrowed from TeamCity Build Task
66
# ref https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix

0 commit comments

Comments
 (0)