Bump Go version in Dockerfile

This commit is contained in:
2023-05-07 10:47:04 +02:00
parent b2d12c0389
commit 78b3fb251e
2 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.20-alpine
LABEL org.opencontainers.image.source = "https://github.com/denyskon/teabag"