Skip to content

Commit

Permalink
Merge pull request #152 from moia-oss/dependabot/docker/alpine-3.20.2
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.20.1 to 3.20.2
  • Loading branch information
snowiow authored Aug 8, 2024
2 parents 18d3ea2 + bad3b07 commit 99900f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .

RUN CGO_ENABLED=0 GOOS=linux go build -o aws-es-proxy

FROM alpine:3.20.1
FROM alpine:3.20.2
LABEL name="aws-es-proxy" \
version="latest"

Expand Down

0 comments on commit 99900f3

Please sign in to comment.