mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-25 22:11:38 +08:00
Update alpine Docker tag to v3.20 (#101)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | stage | minor | `3.19` -> `3.20` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 6am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/earthly/actions-setup). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
590d48953d
commit
fa9dc1768a
@ -36,7 +36,7 @@ compile:
|
||||
SAVE ARTIFACT node_modules AS LOCAL node_modules
|
||||
|
||||
test-compile-was-run:
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.20
|
||||
COPY dist /from-git
|
||||
COPY +compile/dist /from-compile
|
||||
RUN diff -r /from-git /from-compile >/dev/null || (echo "dist and +compile/dist are different, did you forget to run earthly +compile?" && exit 1)
|
||||
@ -64,7 +64,7 @@ test-run:
|
||||
RUN grep 'Found tool in cache' output2
|
||||
|
||||
lint-newline:
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.20
|
||||
WORKDIR /everything
|
||||
COPY . .
|
||||
# test that line endings are unix-style
|
||||
|
Loading…
x
Reference in New Issue
Block a user