Skip to content

Commit

Permalink
updated sync dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Nov 21, 2024
1 parent eb50ff7 commit 31c04b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.synchronizer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.22.5-bookworm AS builder
FROM golang:1.23.3-bookworm AS builder

ARG EXTRA_BUILD_ARGS
ARG FIPS_MODE
Expand All @@ -17,7 +17,7 @@ RUN bash -c 'if [[ "${FIPS_MODE}" = "enabled" ]]; \
fi'

# Runner stage
FROM debian:12.6 AS runner
FROM debian:12.8 AS runner

RUN apt update -y
RUN apt install -y bash ca-certificates
Expand Down

0 comments on commit 31c04b8

Please sign in to comment.