Skip to content

Commit

Permalink
Update Docker image to Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 17, 2024
1 parent 16d9e22 commit d5f4dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.19 AS lottie

FROM golang:1.22-alpine3.19 AS builder
FROM golang:1.22-alpine3.20 AS builder

COPY . /build/
RUN cd /build && ./build.sh

FROM alpine:3.19
FROM alpine:3.20

RUN apk add --no-cache bash curl jq git ffmpeg \
# Python for python bridges
Expand Down

0 comments on commit d5f4dd9

Please sign in to comment.