Skip to content

Commit

Permalink
Bump builder to 24.04, bump ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Aug 4, 2024
1 parent 6b84802 commit 366e4a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive

# renovate: datasource=pypi depName=ansible
ARG ANSIBLE_VERSION=9.6.0
ARG ANSIBLE_VERSION=10.2.0

RUN \
apt-get update && \
Expand All @@ -26,4 +26,6 @@ RUN \
python3-setuptools \
toilet

RUN rm -rf /usr/lib/python3.12/EXTERNALLY-MANAGED

RUN pip3 install ansible==${ANSIBLE_VERSION}

0 comments on commit 366e4a9

Please sign in to comment.