Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19 (#548)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.18 to 3.19

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]>

* Ignore labeler status

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Nikitochkin <[email protected]>
  • Loading branch information
dependabot[bot] and miry authored Apr 12, 2024
1 parent 0e078e8 commit 5718ade
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ chore:

documentation:
- head-branch: ['^docs/', '^doc/']
- changed-files: '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

dependencies:
- head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config']

tests:
- any:
- head-branch: ['^tests/', '^test/']
- changed-files: ['test/**/*']
- changed-files:
- any-glob-to-any-file: 'test/**/*'
- all:
- changed-files: ['!test/requirements.txt']
- changed-files:
- all-globs-to-all-files: '!test/requirements.txt'
4 changes: 4 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
pull-requests: write
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-are


### Build base image for alpine
FROM --platform=$BUILDPLATFORM alpine:3.18 as build-base-alpine
FROM --platform=$BUILDPLATFORM alpine:3.19 as build-base-alpine

RUN apk add --no-cache \
alpine-sdk \
Expand Down

0 comments on commit 5718ade

Please sign in to comment.