Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Jul 26, 2024
1 parent c672406 commit 9c4bd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/hmi-client/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nginx:1.23-alpine

# update packages and add some basics
RUN apk update && \
apk add --no-cache curl=8.5.0-r0 && \
apk add --no-cache curl=7.88.1-r1 && \
apk add --no-cache bash=5.2.15-r0 && \
apk add --no-cache vim=9.0.0999-r0

Expand Down

0 comments on commit 9c4bd73

Please sign in to comment.