Skip to content

Commit bc22706

Browse files
committed
🐛 Fix: Set default value for 'tag' argument in Dockerfile
https://docs.docker.com/reference/build-checks/invalid-default-arg-in-from/#examples
1 parent 961ad38 commit bc22706

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/tools/qooxdoo-kit/builder

1 file changed

+1
-1
lines changed

services/static-webserver/client/tools/qooxdoo-kit/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Note: context at osparc-simcore/services/static-webserver/client expected
66
#
7-
ARG tag
7+
ARG tag=latest
88
FROM itisfoundation/qooxdoo-kit:${tag} AS touch
99

1010
WORKDIR /project

0 commit comments

Comments
 (0)