Skip to content

Commit 454d1c4

Browse files
chore(deps): update alpine docker tag to v3.20.0 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd46f2c commit 454d1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . .
2222

2323
RUN RUSTFLAGS=-Clinker=musl-gcc cargo build --release --target=x86_64-unknown-linux-musl
2424

25-
FROM alpine:3.19.1
25+
FROM alpine:3.20.0
2626

2727
RUN addgroup -g 1000 myapp
2828

0 commit comments

Comments
 (0)