Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
bdd16d4e
Unverified
Commit
bdd16d4e
authored
Nov 29, 2021
by
Daniel Holbach
Committed by
GitHub
Nov 29, 2021
Browse files
Merge pull request #467 from weaveworks/dependabot/docker/cmd/kured/alpine-3.15.0
build(deps): bump alpine from 3.14 to 3.15.0 in /cmd/kured
parents
af824bfd
16e6d3c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/kured/Dockerfile
View file @
bdd16d4e
FROM
alpine:3.1
4
FROM
alpine:3.1
5.0
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"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment