Skip to content

Commit

Permalink
Relax Dockerfile syntax version specifier
Browse files Browse the repository at this point in the history
Now that Dockerfile 1.4 is in stable release, this commit will relax the
Dockerfile version from 1.4 to 1, to allow further 1.x releases.
  • Loading branch information
br3ndonland committed Jul 9, 2022
1 parent 8cc569f commit ee809a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.4
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.10 LINUX_VERSION=
FROM python:${PYTHON_VERSION}${LINUX_VERSION:+-$LINUX_VERSION} AS builder
LABEL org.opencontainers.image.authors="Brendon Smith <[email protected]>"
Expand Down

0 comments on commit ee809a6

Please sign in to comment.