sghorbal commited on
Commit
9e79661
·
1 Parent(s): a3c2c72

minor warning fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # ---- Build stage ----
2
- FROM python:3.11-slim-bookworm as builder
3
 
4
  WORKDIR /app
5
 
 
1
  # ---- Build stage ----
2
+ FROM python:3.11-slim-bookworm AS builder
3
 
4
  WORKDIR /app
5