fix: update docker image

This commit is contained in:
Richard Ramos 2023-05-08 14:49:42 -04:00
parent f5047b507c
commit 54afef6164
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -1,5 +1,5 @@
# BUILD IMAGE --------------------------------------------------------
FROM golang:1.18-alpine3.16 as builder
FROM golang:1.19-alpine3.16 as builder
# Get build tools and required header files
RUN apk add --no-cache build-base