Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF authored Dec 19, 2023
1 parent bcf0d36 commit 3db2764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Base stage, sets up the GRPC Health Probe, we use a ubuntu image because no devcontainer features work on alpine
ARG GO_VERSION
ARG TARGETOS
ARG TARGETARCH
FROM golang:${GO_VERSION} AS builder_base

WORKDIR /app
Expand Down

0 comments on commit 3db2764

Please sign in to comment.