missed some

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2023-12-08 14:37:20 -05:00
parent c211e75065
commit 5d82d18350
9 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine3.18 as builder
FROM golang:1.21.5-alpine:3.19 as builder
RUN mkdir /authsvc
WORKDIR /authsvc
COPY . ./