Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 658183f commit c0279e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go build -ldflags='-s -w -extldflags "-static"' -o /bin/mym ./cmd/mym
FROM node:18-alpine AS node-builder
RUN npm i --silent -g vercel

FROM python:3.9-alpine
FROM python:3.12-alpine
RUN apk update && apk add --no-cache gcc musl-dev libffi-dev
RUN pip install datasette
RUN datasette install datasette-publish-vercel
Expand Down

0 comments on commit c0279e6

Please sign in to comment.