Skip to content

Commit

Permalink
Update the compiler version to v0.1.0-dev.6 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed authored Nov 29, 2024
1 parent 1a5f0b4 commit d38369e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install resolc
run: |
mkdir -p resolc
wget https://github.com/paritytech/revive/releases/download/v0.1.0-dev.5/resolc \
wget https://github.com/paritytech/revive/releases/download/v0.1.0-dev.6/resolc \
-O resolc/resolc && chmod +x resolc/resolc
echo "$(pwd)/resolc/" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:22-bookworm-slim

ENV SOLC_VERSION="0.8.28"
ENV RESOLC_VERSION="0.1.0-dev.5"
ENV RESOLC_VERSION="0.1.0-dev.6"

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ helm install prometheus-adapter prometheus-community/prometheus-adapter --namesp

```sh
eval $(minikube docker-env)
docker build --platform=linux/amd64 -t paritytech/revive-remix-backend:1.3.3 ../
docker build --platform=linux/amd64 -t paritytech/revive-remix-backend:1.3.4 ../
```

### Deploy your application and configure monitoring
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: revive-remix-backend
image: paritytech/revive-remix-backend:1.3.3
image: paritytech/revive-remix-backend:1.3.4
imagePullPolicy: IfNotPresent
ports:
- name: web
Expand Down
2 changes: 1 addition & 1 deletion k8s/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: revive-remix-backend
image: paritytech/revive-remix-backend:1.3.3
image: paritytech/revive-remix-backend:1.3.4
ports:
- containerPort: 3000
resources:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revive-remix-backend",
"version": "1.3.3",
"version": "1.3.4",
"main": "server.js",
"scripts": {
"test": "mocha --exit",
Expand Down

0 comments on commit d38369e

Please sign in to comment.