Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 14, 2024
1 parent 5eb6ceb commit 4cd0a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:alpine AS builder
ARG BASE_IMAGE=golang:alpine
FROM ${BASE_IMAGE} AS builder

ENV SRC_PATH ${GOPATH}/src/joylive-injector

Expand Down

0 comments on commit 4cd0a1c

Please sign in to comment.