Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 689c117 commit 2d5f0d9
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.12-alpine
FROM python:3.13-alpine
RUN apk update && apk add --no-cache gcc musl-dev libffi-dev curl sqlite jq
RUN pip install datasette
RUN datasette install datasette-publish-vercel
Expand Down

0 comments on commit 2d5f0d9

Please sign in to comment.