Skip to content

Commit

Permalink
build(deps): bump alpine from 3.20.1 to 3.20.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.1 to 3.20.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 3a56cda commit dfc8d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WORKDIR /logs-generator
COPY ./src/rust/logs-generator .
RUN cargo build --release

FROM alpine:3.20.1
FROM alpine:3.20.3
ARG TARGETARCH
ARG TARGETOS
ENV HELM_VERSION="3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sumologic-mock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /sumologic-mock
COPY ./src/rust/sumologic-mock .
RUN cargo build --release

FROM alpine:3.20.1
FROM alpine:3.20.3
ARG TARGETARCH
ARG TARGETOS

Expand Down

0 comments on commit dfc8d3d

Please sign in to comment.