mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Bump go version and nginx image to latest versions
This commit is contained in:
2
.github/Dockerfile
vendored
2
.github/Dockerfile
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
GO_VERSION:
|
||||
- 1.20.5
|
||||
- 1.20.6
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user