Skip to content

Commit

Permalink
build(deps): bump debian in the debian group
Browse files Browse the repository at this point in the history
Bumps the debian group with 1 update: debian.


Updates `debian` from stable-20240612 to stable-20240701

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 2, 2024
1 parent 7fdef3f commit 3b8f83c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src
RUN apk add make git
RUN make

FROM debian:stable-20240612
FROM debian:stable-20240701
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile is used by goreleaser when releasing a new version.
FROM debian:stable-20240612
FROM debian:stable-20240701
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile is used by goreleaser when releasing a new version.
FROM debian:stable-20240612
FROM debian:stable-20240701
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3b8f83c

Please sign in to comment.