Skip to content

Commit

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

Bump python from 3.12.6-slim to 3.13.0-slim in the docker group
  • Loading branch information
sgibson91 authored Nov 7, 2024
2 parents fa4993e + dc246a2 commit f9febaf
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.6-slim
FROM python:3.13.0-slim

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

0 comments on commit f9febaf

Please sign in to comment.