Skip to content

Commit

Permalink
Bump alpine from 3.20.0 to 3.20.1 (#1505)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.20.0 to 3.20.1

Bumps alpine from 3.20.0 to 3.20.1.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dockerfile

* Update Dockerfile-fat

* Update Dockerfile-ultra-lite

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <[email protected]>
  • Loading branch information
dependabot[bot] and Frooodle authored Aug 8, 2024
1 parent d0bf385 commit d65a637
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
@@ -1,5 +1,5 @@
# Main stage
FROM alpine:3.20.0
FROM alpine:3.20.2

# Copy necessary files
COPY scripts /scripts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-fat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN DOCKER_ENABLE_SECURITY=true \
./gradlew clean build

# Main stage
FROM alpine:3.20.0
FROM alpine:3.20.2

# Copy necessary files
COPY scripts /scripts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ultra-lite
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use alpine
FROM alpine:3.20.0
FROM alpine:3.20.2

ARG VERSION_TAG

Expand Down

0 comments on commit d65a637

Please sign in to comment.