Skip to content

Commit

Permalink
Revs andrew version to one with fixes for accessing a directory.
Browse files Browse the repository at this point in the history
This bug was pointed out by google's web search - requesting a directory
returned a 500
  • Loading branch information
gwynforthewyn committed Apr 1, 2024
1 parent c6853fc commit b935734
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].5
RUN go install github.com/playtechnique/andrew/cmd/[email protected].6

FROM scratch

Expand Down

0 comments on commit b935734

Please sign in to comment.