Skip to content

Commit 99badd9

Browse files
chore: update docker dependencies
1 parent d87d2d2 commit 99badd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19 AS build
1+
FROM golang:1.23 AS build
22
ARG TAG=release
33
ARG REV
44
ARG VERSION
@@ -13,7 +13,7 @@ COPY internal/ /app/internal/
1313

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

16-
FROM debian:buster
16+
FROM debian:bookworm
1717

1818
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
1919
COPY --from=build /app/reearth-marketplace /app/reearth-marketplace

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.1-slim AS node
1+
FROM node:22.11.0-slim AS node
22
WORKDIR /work
33

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

0 commit comments

Comments
 (0)