Skip to content

Commit

Permalink
Removed redundant Dockerfile for previous workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katporks committed Nov 10, 2023
1 parent c2dcb86 commit b62c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime based on Debian 10 "buster" as a parent image.
FROM python:3.11
FROM python:3.11 as ci

# Add user that will be used in the container.
RUN useradd wagtail
Expand Down

0 comments on commit b62c193

Please sign in to comment.