Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Feb 22, 2024
1 parent 0b01abe commit 75b74a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker/cwl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker:dind Dockerfile: https://github.com/docker-library/docker/blob/master/Dockerfile-dind.template
# FROM docker:dind
FROM docker:docker:20.10-dind
FROM docker:20.10-dind

# install Python
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
Expand Down

0 comments on commit 75b74a1

Please sign in to comment.