Skip to content

Commit

Permalink
chore: fix docker build warning (#4389)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
Co-authored-by: sh2 <[email protected]>
  • Loading branch information
zirain and shawnh2 authored Oct 8, 2024
1 parent 8713185 commit 2f67765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/envoy-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 as source
FROM busybox@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 AS source
# Create the data directory for eg
RUN mkdir -p /var/lib/eg

Expand Down

0 comments on commit 2f67765

Please sign in to comment.