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 4, 2024
1 parent 1c02ac9 commit 6657971
Showing 1 changed file with 2 additions and 2 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.21 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

0 comments on commit 6657971

Please sign in to comment.