Run bullseye
All checks were successful
Build Project / test (push) Successful in 5m59s

This commit is contained in:
2023-09-25 08:11:16 +00:00
parent 017cfb84f9
commit b03801e12f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: rust:latest image: rust:bullseye
# Service containers to run with `container-job` # Service containers to run with `container-job`
services: services:

View File

@@ -1,4 +1,4 @@
FROM debian:latest FROM debian:bullseye
ADD target/release/iot-cloud /iot-cloud ADD target/release/iot-cloud /iot-cloud
RUN apt update && apt upgrade -y && apt install openssl -y RUN apt update && apt upgrade -y && apt install openssl -y