Skip to content

Commit

Permalink
README: fix docker image address
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed May 13, 2022
1 parent 064c9ab commit c00f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY . /app/
RUN npm run build

# Create a serve container
FROM numtide/serve-go:1.0.0
FROM ghcr.io/numtide/serve-go:v1.3.0
COPY --from=builder /app/build /site
```

0 comments on commit c00f578

Please sign in to comment.