We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef91e0 commit 9c8b10fCopy full SHA for 9c8b10f
Earthfile
@@ -14,9 +14,6 @@ COPY_METADATA:
14
15
alpine-base:
16
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
17
- # renovate: datasource=repology depName=alpine_3_20/bash versioning=loose
18
- ENV BASH_VERSION="5.2.26-r0"
19
- RUN apk add --no-cache bash=$BASH_VERSION
20
WORKDIR "/monkey_interpreter"
21
22
0 commit comments