This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user