Skip to content

Commit

Permalink
chore(deps): Update infra minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 5532fc5 commit 6995a2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######
# Build Client
####################
FROM node:14.17.0-alpine as client
FROM node:14.21.3-alpine as client

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

Expand All @@ -18,7 +18,7 @@ RUN npm run build:prod
######
# Build Server
####################
FROM golang:1.16.4-alpine as server
FROM golang:1.23.5-alpine as server

RUN apk update && apk add git bash
COPY . /ratel
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.0-alpine
FROM node:14.21.3-alpine
LABEL maintainer="Hypermode <[email protected]>"

RUN apk update && apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: Dockerfile -*-
# vi: set ft=Dockerfile :
FROM node:14.17.0-buster as test
FROM node:14.21.3-buster as test

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

0 comments on commit 6995a2b

Please sign in to comment.