diff --git a/.github/Dockerfile b/.github/Dockerfile index 6c04b44..b3f5102 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,3 +1,3 @@ # Dummy Dockerfile for dependabot, if it finds an update we need to update docker-compose.yml # -FROM nginx:1.25.0 +FROM nginx:1.25.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0505ac1..e83b776 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: GO_VERSION: - - 1.20.5 + - 1.20.6 steps: - name: Checkout