Skip to content

Commit

Permalink
chore: Lint Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 11, 2024
1 parent e23d300 commit 1dde41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETPLATFORM
FROM alpine:3.18.4 AS arm-alpine
FROM alpine:3.21 AS arm64-alpine
FROM alpine:3.21 AS amd64-alpine
FROM alpine:3.21 as riscv64-alpine
FROM alpine:3.21 AS riscv64-alpine

FROM ${TARGETARCH}-alpine AS base

Expand Down

0 comments on commit 1dde41f

Please sign in to comment.