Skip to content

Commit

Permalink
ci: switch to nginx version 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Feb 5, 2024
1 parent a922053 commit 15d845f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
docker:
uses: onecx/ci-common/.github/workflows/docker-release.yml@v1
secrets: inherit
with:
tags: '{{ .Version }},v{{ .Major }},v{{ .Major }}.{{ .Minor }}'
changelog:
uses: onecx/ci-common/.github/workflows/generate-changelog.yml@v1
needs: docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/nginx:latest
FROM bitnami/nginx:1.24.0

ENV DIR_NGINX /opt/bitnami/nginx
ENV DIR_SERVER_BLOCKS ${DIR_NGINX}/conf/server_blocks
Expand Down

0 comments on commit 15d845f

Please sign in to comment.