Skip to content

Commit

Permalink
Merge pull request #8 from docspell/renovate/docker.io-library-ubuntu…
Browse files Browse the repository at this point in the history
…-24.x

Update docker.io/library/ubuntu Docker tag to oracular-20241120
  • Loading branch information
pschichtel authored Dec 5, 2024
2 parents 7a7888d + 2c602be commit 24d1181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile.joex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:oracular-20241009 AS base
FROM docker.io/library/ubuntu:oracular-20241120 AS base

RUN apt update \
&& apt full-upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.restserver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:oracular-20241009 AS base
FROM docker.io/library/ubuntu:oracular-20241120 AS base

RUN apt update \
&& apt full-upgrade -y
Expand Down

0 comments on commit 24d1181

Please sign in to comment.