Skip to content

Commit

Permalink
declare dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed May 9, 2024
1 parent b9454eb commit 3300078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

ARG PYTHON_VERSION=3.12

########################################################################################
Expand Down
2 changes: 2 additions & 0 deletions template/.devcontainer/Dockerfile.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

ARG PYTHON_VERSION={{ default_py }}

########################################################################################
Expand Down

0 comments on commit 3300078

Please sign in to comment.