Compare commits
2 Commits
0f1db5207a
...
414d6b0368
| Author | SHA1 | Date | |
|---|---|---|---|
| 414d6b0368 | |||
| cd42401280 |
@@ -1,5 +1,5 @@
|
|||||||
# Build image
|
# Build image
|
||||||
FROM rust:slim-bullseye@sha256:ce0556529a215addecb21bae87ff0e7eae3a1a0b1d87dcfb2a66e0b8257621dc as build
|
FROM rust:slim-bullseye@sha256:e94e2d2e0a9df48fdfcacb47d8b60d036abe60b7c6fa3ac3de1dd16a3d18f19a as build
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential autoconf automake cmake libtool libssl-dev pkg-config
|
build-essential autoconf automake cmake libtool libssl-dev pkg-config
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
ohrwurm:
|
ohrwurm:
|
||||||
container_name: ohrwurm
|
container_name: ohrwurm
|
||||||
image: jheuel/ohrwurm:latest@sha256:650802f854652ecd0dff5882b021041e26f76306d433d63346638df6840f889d
|
image: jheuel/ohrwurm:latest@sha256:4f119ffb695307ec4df456dd1f421cfe969b2495681e7b484e4937606bc55b72
|
||||||
# build: .
|
# build: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user