Skip to content

Commit

Permalink
IM-7.1.1-36
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Aug 2, 2024
1 parent f6bead7 commit bb3cf17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dpokidov/imagemagick:7.1.1-31-2-bookworm AS build
FROM dpokidov/imagemagick:7.1.1-36-bookworm AS build

ARG BRANCH=main

Expand Down Expand Up @@ -120,7 +120,7 @@ WORKDIR /go/src/github.com/Pixboost/transformimgs/cmd

RUN go build -o /transformimgs

FROM dpokidov/imagemagick:7.1.1-31-2-bookworm
FROM dpokidov/imagemagick:7.1.1-36-bookworm

ENV IM_HOME /usr/local/bin

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dpokidov/imagemagick:7.1.1-31-2-bookworm
FROM dpokidov/imagemagick:7.1.1-36-bookworm

RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
g++ \
Expand Down

0 comments on commit bb3cf17

Please sign in to comment.