mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-08-25 00:01:19 +00:00
fix: update docker image
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user