We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcbe3b commit e140f25Copy full SHA for e140f25
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM python:3.10-alpine3.18 AS builder
+FROM python:3.13.0a4-alpine3.18 AS builder
2
3
RUN apk add --no-cache cargo gcc build-base
4
WORKDIR /app
5
COPY requirements.txt /app/requirements.txt
6
RUN pip install -r requirements.txt
7
8
-FROM python:3.10-alpine3.18
+FROM python:3.13.0a4-alpine3.18
9
10
LABEL org.label-schema.schema-version = "1.0"
11
LABEL org.label-schema.name = "NotifyMe"
0 commit comments