Skip to content

Commit 7bda58f

Browse files
authored
Remove warning (CTFd#2579)
1 parent b3261e9 commit 7bda58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim-bookworm as build
1+
FROM python:3.11-slim-bookworm AS build
22

33
WORKDIR /opt/CTFd
44

@@ -25,7 +25,7 @@ RUN pip install --no-cache-dir -r requirements.txt \
2525
done;
2626

2727

28-
FROM python:3.11-slim-bookworm as release
28+
FROM python:3.11-slim-bookworm AS release
2929
WORKDIR /opt/CTFd
3030

3131
# hadolint ignore=DL3008

0 commit comments

Comments
 (0)