remove erroneous base image tag, fix stage name

This commit is contained in:
sid palas
2023-03-22 12:38:50 -04:00
parent 86352e24ad
commit 4ba46ccf08
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Pin specific version for stability
# Use separate stage for building image
# Use debian for easier build utilities
FROM golang:1.19-bullseye-slim AS build
FROM golang:1.19-bullseye AS build
WORKDIR /app