Skip to content

Commit be9585b

Browse files
Merge pull request #2252 from VWS-Python/docker-build-warning
Avoid a warning on Docker build
2 parents ca456a5 + 897e006 commit be9585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/_flask_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim as base
1+
FROM python:3.12-slim AS base
22
# We set this pretend version as we do not have Git in our path, and we do
33
# not care enough about having the version correct inside the Docker container
44
# to install it.

0 commit comments

Comments
 (0)