remove erroneous base image tag, fix stage name
This commit is contained in:
@ -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-base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user