Skip to content

Commit

Permalink
Upgrade alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Pearce committed Aug 17, 2022
1 parent ca32aa6 commit 7594c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.5.3

- Upgraded base docker image to alpine:3.16.2
- Upgraded the AWS SDK KMS component to v1.18.4.
- Upgraded Go from 1.16 to 1.18.

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/realestate-com-au/shush
COPY . /go/src/github.com/realestate-com-au/shush
RUN go mod vendor && go install

FROM alpine:3.13@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
FROM alpine:3.16.2@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad

RUN mkdir -p /go/bin

Expand Down

0 comments on commit 7594c8a

Please sign in to comment.