Skip to content

Commit

Permalink
Merge pull request #105 from moia-oss/dependabot/docker/alpine-3.18.4
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.3 to 3.18.4
  • Loading branch information
djablonski-moia authored Oct 2, 2023
2 parents 5123612 + 522b240 commit 340d912
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.18.3
FROM alpine:3.18.4
LABEL name="aws-es-proxy" \
version="latest"

Expand Down

0 comments on commit 340d912

Please sign in to comment.