Skip to content

Commit

Permalink
Merge pull request #1058 from lsst/u/dhirving/docker-as-casing
Browse files Browse the repository at this point in the history
Fix case of 'AS' in Dockerfile
  • Loading branch information
dhirving authored Aug 14, 2024
2 parents 05928f5 + d42cd29 commit 6280842
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
Expand Up @@ -44,7 +44,7 @@
# - Runs a non-root user.
# - Sets up the entrypoint and port.

FROM python:3.12.1-slim-bookworm as base-image
FROM python:3.12.1-slim-bookworm AS base-image

# Update system packages
COPY server/scripts/install-base-packages.sh .
Expand Down

0 comments on commit 6280842

Please sign in to comment.