diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index eff3bfb7dc8e8..1541c9515d4a2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11.4 + python-version: 3.11.6 token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - uses: syphar/restore-virtualenv@v1 diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index bf2f85b910ee8..5d5fc2a2aadc6 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -103,7 +103,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11.4 + python-version: 3.11.6 token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - uses: syphar/restore-virtualenv@v1 @@ -185,7 +185,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11.4 + python-version: 3.11.6 token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - uses: syphar/restore-virtualenv@v1 @@ -329,7 +329,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11.4 + python-version: 3.11.6 token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - uses: syphar/restore-virtualenv@v1 diff --git a/.github/workflows/ci-plugin-server.yml b/.github/workflows/ci-plugin-server.yml index 51053286d977d..c0dc1b7f89564 100644 --- a/.github/workflows/ci-plugin-server.yml +++ b/.github/workflows/ci-plugin-server.yml @@ -117,7 +117,7 @@ jobs: if: needs.changes.outputs.plugin-server == 'true' uses: actions/setup-python@v4 with: - python-version: 3.11.4 + python-version: 3.11.6 token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - uses: syphar/restore-virtualenv@v1 @@ -214,7 +214,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11.4 + python-version: 3.11.6 token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - uses: syphar/restore-virtualenv@v1 diff --git a/production-unit.Dockerfile b/production-unit.Dockerfile index a3a31f075bd22..2ebece50ffc66 100644 --- a/production-unit.Dockerfile +++ b/production-unit.Dockerfile @@ -81,7 +81,7 @@ RUN corepack enable && \ # # --------------------------------------------------------- # -FROM python:3.11.4-slim-bullseye AS posthog-build +FROM python:3.11.6-slim-bullseye AS posthog-build WORKDIR /code SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/production.Dockerfile b/production.Dockerfile index d58976f77adc6..31c26bc4273a2 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -81,7 +81,7 @@ RUN corepack enable && \ # # --------------------------------------------------------- # -FROM python:3.11.4-slim-bullseye AS posthog-build +FROM python:3.11.6-slim-bullseye AS posthog-build WORKDIR /code SHELL ["/bin/bash", "-o", "pipefail", "-c"]