Skip to content

Commit

Permalink
Update zip in mock Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hawx committed Jan 2, 2025
1 parent bc72849 commit ea5d44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/localstack/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.23.4-alpine AS build

RUN apk add --no-cache zip=3.0-r12 unzip=6.0-r14
RUN apk add --no-cache zip=3.0-r13 unzip=6.0-r15

WORKDIR /app

Expand Down

0 comments on commit ea5d44a

Please sign in to comment.