Skip to content

Commit

Permalink
Revs andrew server to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Mar 12, 2024
1 parent 3ff0f3a commit 69b01be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.22 AS base
WORKDIR /usr/src/app

ENV CGO_ENABLED=0
RUN go install github.com/playtechnique/andrew/cmd/[email protected].2
RUN go install github.com/playtechnique/andrew/cmd/[email protected].3

FROM scratch

Expand Down

0 comments on commit 69b01be

Please sign in to comment.