Skip to content

Commit

Permalink
build(deps): bump alpine from 3.18 to 3.19 in /docker (#68)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.19.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 8538524 commit e8ed8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.consortia.import
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# SPDX-License-Identifier: Apache-2.0
###############################################################

FROM alpine:3.18
FROM alpine:3.19

RUN mkdir import

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.import
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# SPDX-License-Identifier: Apache-2.0
###############################################################

FROM alpine:3.18
FROM alpine:3.19

RUN mkdir import

Expand Down

0 comments on commit e8ed8ce

Please sign in to comment.