Skip to content

Commit

Permalink
Merge pull request #29 from dezswap/hotfix/golang-image-version
Browse files Browse the repository at this point in the history
Golang image version to 1.20.10
  • Loading branch information
jbamlee authored Dec 13, 2023
2 parents bbb153e + dee7bb4 commit 7e754da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:

jobs:
check_paths:
environment: production
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
outputs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:

jobs:
check_paths:
environment: production
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
outputs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker run --rm -it --env-file=path/to/.env --name dezswap-api-app dezswap/dezswap-api-service

### BUILD
FROM golang:1.20-alpine AS build
FROM golang:1.20.10-alpine AS build
ARG APP_TYPE=indexer
ARG LIBWASMVM_VERSION=v1.0.0

Expand Down

0 comments on commit 7e754da

Please sign in to comment.