Mod docker images

This commit is contained in:
Jan Stabenow
2023-12-01 14:33:37 +01:00
parent 7f2008ae20
commit f7dc0969e5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# CORE ALPINE BASE IMAGE
OS_NAME=alpine
OS_VERSION=3.16
GOLANG_IMAGE=golang:1.20-alpine3.16
CORE_VERSION=16.13.0
GOLANG_IMAGE=golang:1.21-alpine3.16
CORE_VERSION=16.13.1

View File

@@ -1,5 +1,5 @@
# CORE UBUNTU BASE IMAGE
OS_NAME=ubuntu
OS_VERSION=20.04
GOLANG_IMAGE=golang:1.20-alpine3.16
CORE_VERSION=16.13.0
GOLANG_IMAGE=golang:1.21-alpine3.16
CORE_VERSION=16.13.1