Skip to content

Commit

Permalink
Bump alpine from 3.20.3 to 3.21.0 in /crates/cli in the docker group
Browse files Browse the repository at this point in the history
Bumps the docker group in /crates/cli with 1 update: alpine.


Updates `alpine` from 3.20.3 to 3.21.0

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent dbb790c commit e89700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /landscape2/crates/cli
RUN cargo build --release

# Final stage
FROM alpine:3.20.3
FROM alpine:3.21.0
RUN addgroup -S landscape2 && adduser -S landscape2 -G landscape2
RUN apk --no-cache add bash chromium font-ubuntu
USER landscape2
Expand Down

0 comments on commit e89700e

Please sign in to comment.