Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garanews authored Aug 1, 2024
1 parent 7d8e47c commit 6704d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM --platform=$BUILDPLATFORM python:3.12-slim-bookworm AS common-base
FROM python:3.12-slim-bookworm AS common-base
ARG TARGETARCH

ENV DJANGO_SETTINGS_MODULE=config.settings.local
Expand Down

0 comments on commit 6704d8b

Please sign in to comment.