Skip to content

Commit

Permalink
chore: update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 815601f commit cd19592
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3-alpine AS build
FROM golang:1.23.5-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:22.11.0-slim AS builder
FROM node:22.13.1-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.3-alpine AS build
FROM golang:1.23.5-alpine AS build

ARG TAG=release
ARG REV
Expand Down
2 changes: 1 addition & 1 deletion worker/copier.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3 AS build
FROM golang:1.23.5 AS build

WORKDIR /app

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.3 AS build
FROM golang:1.23.5 AS build
WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 go build ./cmd/decompressor
Expand Down

0 comments on commit cd19592

Please sign in to comment.