Skip to content

Commit

Permalink
Upgraded debian to 12.8 and go to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Nov 21, 2024
1 parent 319e79e commit 81a1bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.proxy
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 81a1bba

Please sign in to comment.