Skip to content

Commit

Permalink
build(deps): bump the go-versions group across 4 directories with 1 u…
Browse files Browse the repository at this point in the history
…pdate

Bumps the go-versions group with 1 update in the /build/elasticsearch-indexer-kafka directory: debian.
Bumps the go-versions group with 1 update in the /build/elasticsearch-indexer-rabbitmq directory: debian.
Bumps the go-versions group with 1 update in the /build/elasticsearch-indexer-redis directory: debian.
Bumps the go-versions group with 1 update in the /build/rest-server directory: debian.


Updates `debian` from bookworm-20241016-slim to bookworm-20241111-slim

Updates `debian` from bookworm-20241016-slim to bookworm-20241111-slim

Updates `debian` from bookworm-20241016-slim to bookworm-20241111-slim

Updates `debian` from bookworm-20241016-slim to bookworm-20241111-slim

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: go-versions
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: go-versions
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: go-versions
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: go-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MarioCarrion committed Nov 22, 2024
1 parent c189743 commit 92c9a0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/elasticsearch-indexer-kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags "-extldflag

#-

FROM debian:bookworm-20241016-slim
FROM debian:bookworm-20241111-slim

RUN set -x && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion build/elasticsearch-indexer-rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags "-extldflag

#-

FROM debian:bookworm-20241016-slim
FROM debian:bookworm-20241111-slim

RUN set -x && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion build/elasticsearch-indexer-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags "-extldflag

#-

FROM debian:bookworm-20241016-slim
FROM debian:bookworm-20241111-slim

RUN set -x && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion build/rest-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN CGO_ENABLED=1 GOOS=linux go install -a -installsuffix cgo -ldflags "-extldfl

#-

FROM debian:bookworm-20241016-slim
FROM debian:bookworm-20241111-slim

RUN set -x && \
apt-get update && \
Expand Down

0 comments on commit 92c9a0f

Please sign in to comment.