chore: bump dockerfile, go.mod definitions to go1.19
This commit is contained in:
parent
92853a495c
commit
75f5ff35c9
@ -1,6 +1,6 @@
|
||||
# Dockerfile for production Teafolio deployments
|
||||
|
||||
FROM golang:1.14-alpine AS builder
|
||||
FROM golang:1.19-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user