Skip to content

Commit

Permalink
modified dockerfile and build
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Nov 18, 2023
1 parent 0524919 commit 2341bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.20
go-version: ^1.21
id: go

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /wt_build/ui
RUN yarn install
RUN yarn build

FROM golang:1.20-bookworm
FROM golang:1.21-bookworm

WORKDIR /work

Expand Down

0 comments on commit 2341bee

Please sign in to comment.