mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update Dockerfile
This commit is contained in:
parent
46483ec39e
commit
c46943ef7c
1 changed files with 1 additions and 1 deletions
2
.github/curl/Dockerfile
vendored
2
.github/curl/Dockerfile
vendored
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN app update && apk add curl
|
||||
RUN apk update && apk add curl
|
||||
|
||||
ENTRYPOINT []
|
||||
|
|
Loading…
Reference in a new issue