Skip to content

Commit 2d3b807

Browse files
committed
Set Docker API version to 1.43 in Dockerfile
1 parent 08e649a commit 2d3b807

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ RUN npm install --global @vscode/vsce yarn && \
9999

100100
# Final stage
101101
FROM cs50/cli:${TAG}
102+
ENV DOCKER_API_VERSION=1.43
102103

103104

104105
# Unset user

0 commit comments

Comments
 (0)