Skip to content

Commit

Permalink
chore: update docker dependencies (#1297)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yk-eukarya <[email protected]>
  • Loading branch information
renovate[bot] and yk-eukarya authored Nov 18, 2024
1 parent 2064afc commit 270effa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine AS build
FROM golang:1.23.3-alpine AS build
ARG TAG=release
ARG REV
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-slim AS builder
FROM node:22.11.0-slim AS builder
WORKDIR /app

ARG NODE_OPTIONS="--max-old-space-size=4096"
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine AS build
FROM golang:1.23.3-alpine AS build
ARG TAG=release
ARG REV
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion worker/decompressor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2 AS build
FROM golang:1.23.3 AS build
WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 go build ./cmd/decompressor
Expand Down

0 comments on commit 270effa

Please sign in to comment.