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 Nov 22, 2024
1 parent d87d2d2 commit 99badd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 AS build
FROM golang:1.23 AS build
ARG TAG=release
ARG REV
ARG VERSION
Expand All @@ -13,7 +13,7 @@ COPY internal/ /app/internal/

RUN CGO_ENABLED=0 go build -tags "${TAG}" "-ldflags=-X main.version=${VERSION} -s -w -buildid=" -trimpath ./cmd/reearth-marketplace

FROM debian:buster
FROM debian:bookworm

COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=build /app/reearth-marketplace /app/reearth-marketplace
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.1-slim AS node
FROM node:22.11.0-slim AS node
WORKDIR /work

RUN --mount=type=bind,source=package.json,target=package.json \
Expand Down

0 comments on commit 99badd9

Please sign in to comment.