Switch to alpine base image

This commit is contained in:
Dave Gallant
2023-02-26 22:23:45 -05:00
parent d575a9dfc6
commit 7266be0dc0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.11-slim-buster
FROM python:3.11-alpine3.17
WORKDIR /app