Skip to content

Commit

Permalink
Merge pull request #245 from sgibson91/dependabot-docker-docker-83464…
Browse files Browse the repository at this point in the history
…ceb94

Bump python from 3.12.0-slim to 3.13.0-slim in the docker group
  • Loading branch information
sgibson91 authored Nov 7, 2024
2 parents d5a8d39 + 608842e commit 6543960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a Python slim image
FROM python:3.12.0-slim
FROM python:3.13.0-slim

# Install gcc and wget
RUN apt-get update && apt-get install --yes gcc wget
Expand Down

0 comments on commit 6543960

Please sign in to comment.