Skip to content

Commit

Permalink
Merge pull request #22 from NotAProton/main
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored May 18, 2022
2 parents 3a6f799 + 3abc148 commit 16a21b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . .
RUN go build -o main ./src/

# Use NPM to build frontend
FROM node:alpine as npmBuilder
FROM node as npmBuilder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
)

var (
version string = "1.4.4"
version string = "1.4.4-Patch"
)

func bypassed(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 16a21b3

Please sign in to comment.