Skip to content

Commit

Permalink
docker: api: bump alpine from 3.20.3 to 3.21.0 in /api
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gustavosbarreto committed Dec 12, 2024
1 parent db9a387 commit a930b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY ./install.sh /templates/install.sh
ENTRYPOINT ["/entrypoint.sh"]

# production stage
FROM alpine:3.20.3 AS production
FROM alpine:3.21.0 AS production

RUN apk add curl

Expand Down

0 comments on commit a930b11

Please sign in to comment.