You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Bump Rust, OPA and NodeJS in Docker image
This commit is contained in:
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
@@ -78,9 +78,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup OPA
|
- name: Setup OPA
|
||||||
uses: open-policy-agent/setup-opa@v1
|
uses: open-policy-agent/setup-opa@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.43.0
|
version: 0.45.0
|
||||||
|
|
||||||
- name: Lint policies
|
- name: Lint policies
|
||||||
run: |
|
run: |
|
||||||
@@ -174,9 +174,9 @@ jobs:
|
|||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
|
||||||
- name: Setup OPA
|
- name: Setup OPA
|
||||||
uses: open-policy-agent/setup-opa@v1
|
uses: open-policy-agent/setup-opa@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.40.0
|
version: 0.45.0
|
||||||
|
|
||||||
- name: Compile OPA policies
|
- name: Compile OPA policies
|
||||||
run: |
|
run: |
|
||||||
@@ -255,9 +255,9 @@ jobs:
|
|||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
|
||||||
- name: Setup OPA
|
- name: Setup OPA
|
||||||
uses: open-policy-agent/setup-opa@v1
|
uses: open-policy-agent/setup-opa@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.40.0
|
version: 0.45.0
|
||||||
|
|
||||||
- name: Compile OPA policies
|
- name: Compile OPA policies
|
||||||
run: |
|
run: |
|
||||||
@@ -339,9 +339,9 @@ jobs:
|
|||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
|
||||||
- name: Setup OPA
|
- name: Setup OPA
|
||||||
uses: open-policy-agent/setup-opa@v1
|
uses: open-policy-agent/setup-opa@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.40.0
|
version: 0.45.0
|
||||||
|
|
||||||
- name: Compile OPA policies
|
- name: Compile OPA policies
|
||||||
run: |
|
run: |
|
||||||
|
@@ -12,9 +12,9 @@
|
|||||||
# The Debian version and version name must be in sync
|
# The Debian version and version name must be in sync
|
||||||
ARG DEBIAN_VERSION=11
|
ARG DEBIAN_VERSION=11
|
||||||
ARG DEBIAN_VERSION_NAME=bullseye
|
ARG DEBIAN_VERSION_NAME=bullseye
|
||||||
ARG RUSTC_VERSION=1.63.0
|
ARG RUSTC_VERSION=1.64.0
|
||||||
ARG NODEJS_VERSION=16
|
ARG NODEJS_VERSION=18
|
||||||
ARG OPA_VERSION=0.43.0
|
ARG OPA_VERSION=0.45.0
|
||||||
|
|
||||||
## Build stage that builds the static files/frontend ##
|
## Build stage that builds the static files/frontend ##
|
||||||
FROM --platform=${BUILDPLATFORM} docker.io/library/node:${NODEJS_VERSION}-${DEBIAN_VERSION_NAME}-slim AS static-files
|
FROM --platform=${BUILDPLATFORM} docker.io/library/node:${NODEJS_VERSION}-${DEBIAN_VERSION_NAME}-slim AS static-files
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Set to 1 to run OPA through Docker
|
# Set to 1 to run OPA through Docker
|
||||||
DOCKER := 0
|
DOCKER := 0
|
||||||
OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:0.43.0
|
OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:0.45.0
|
||||||
|
|
||||||
ifeq ($(DOCKER), 0)
|
ifeq ($(DOCKER), 0)
|
||||||
OPA := opa
|
OPA := opa
|
||||||
|
Reference in New Issue
Block a user