Skip to content

Commit

Permalink
Rebuild on top of Ubuntu 23.10 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Jan 27, 2024
1 parent 6aa1aa8 commit 69f4691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
env:
ZMREL: 2023.1.4-1
ZMREL: 2023.1.4-2

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:23.10
LABEL org.opencontainers.image.source="https://github.com/andreaso/zonemaster-image"
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit 69f4691

Please sign in to comment.