Bump go version and nginx image to latest versions

This commit is contained in:
Arjan H
2023-07-16 12:24:43 +02:00
parent 217e8bb5be
commit e982da2696
2 changed files with 2 additions and 2 deletions

2
.github/Dockerfile vendored
View File

@@ -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

View File

@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
GO_VERSION:
- 1.20.5
- 1.20.6
steps:
- name: Checkout