Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit af5ca22

Browse files
committed
update dockerfile, docker-compose
1 parent dd33acd commit af5ca22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ["Cargo.*", "./"]
77
RUN cargo audit -D unsound -D yanked
88

99
FROM --platform=$BUILDPLATFORM rust:1.69-alpine3.17 AS builder
10-
RUN apk add --no-cache --update musl-dev=1.2.3-r4 && \
10+
RUN apk add --no-cache --update musl-dev=1.2.3-r5 && \
1111
USER=root cargo new --bin highlights
1212

1313
ARG RUSTTARGET

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
highlights:
3-
image: thatsnomoon/highlights:2.0.0
3+
image: thatsnomoon/highlights:2
44
networks:
55
- net
66
secrets:

0 commit comments

Comments
 (0)