mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-19 11:26:22 +00:00
build(deps): bump alpine from 3.15.3 to 3.15.4 in /cmd/kured
Bumps alpine from 3.15.3 to 3.15.4. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Christian Kotzbauer
parent
eb4acc69bf
commit
6691996bc0
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.15.3
|
||||
FROM alpine:3.15.4
|
||||
RUN apk update --no-cache && apk upgrade --no-cache && apk add --no-cache ca-certificates tzdata
|
||||
COPY ./kured /usr/bin/kured
|
||||
ENTRYPOINT ["/usr/bin/kured"]
|
||||
|
||||
Reference in New Issue
Block a user