Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeeLake committed Jan 6, 2023
1 parent 5317a90 commit 7d0395e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,9 +1,9 @@
ARG go_version=1.19
ARG kustomize_version=v4.5.7

# development
FROM golang:${go_version} AS development

ARG kustomize_version=v4.5.7
RUN go install sigs.k8s.io/kustomize/kustomize/v4@${kustomize_version}

COPY . /mischan-bot
Expand All @@ -16,6 +16,7 @@ CMD go mod download \
# workspace
FROM golang:${go_version} AS workspace

ARG kustomize_version=v4.5.7
RUN go install sigs.k8s.io/kustomize/kustomize/v4@${kustomize_version}

COPY . /mischan-bot
Expand Down

0 comments on commit 7d0395e

Please sign in to comment.