Skip to content

Commit

Permalink
Merge pull request #1667 from gchq/dependabot/docker/backend/python-3…
Browse files Browse the repository at this point in the history
….13.1-bullseye

Bump python from 3.13.0-bullseye to 3.13.1-bullseye in /backend
  • Loading branch information
PE39806 authored Dec 9, 2024
2 parents fbe25cc + eb8f344 commit 93aaefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.13.0-bullseye AS sphinx-docs
FROM python:3.13.1-bullseye AS sphinx-docs

RUN apt update && apt install -y pandoc

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0-bullseye AS sphinx-docs
FROM python:3.13.1-bullseye AS sphinx-docs

RUN apt update && apt install -y pandoc

Expand Down

0 comments on commit 93aaefc

Please sign in to comment.