Update the Builder image in dockerfile

This commit is contained in:
Mo Tarbin 2024-09-06 19:53:14 -04:00
commit 50553bcd65

View file

@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM golang:1.22-alpine AS builder
FROM golang:1.22 AS builder
WORKDIR /usr/src/app