Remove specific SHA from base image in Dockerfile for flexibility

This commit is contained in:
Joakim Hellsén 2025-09-20 22:05:50 +02:00
commit c6fffb0fa4

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
# check=error=true;experimental=all # check=error=true;experimental=all
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:73c021c3fe7264924877039e8a449ad3bb380ec89214282301affa9b2f863c5d FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
# Change the working directory to the `app` directory # Change the working directory to the `app` directory
WORKDIR /app WORKDIR /app