Skip to content

Commit

Permalink
Bump alpine from 3.19 to 3.20 (#256)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.20.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexey Kiselev <[email protected]>
  • Loading branch information
dependabot[bot] and alexeykiselev authored May 25, 2024
1 parent 70c8d8a commit 826a40a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-nodemon
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY pkg pkg

RUN make build-nodemon-linux-amd64

FROM alpine:3.19
FROM alpine:3.20
ARG APP=/app
ENV TZ=Etc/UTC \
APP_USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-nodemon-discord
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY pkg pkg

RUN make build-bots-linux-amd64

FROM alpine:3.19
FROM alpine:3.20
ARG APP=/app
ENV TZ=Etc/UTC \
APP_USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-nodemon-telegram
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY pkg pkg

RUN make build-bots-linux-amd64

FROM alpine:3.19
FROM alpine:3.20
ARG APP=/app
ENV TZ=Etc/UTC \
APP_USER=appuser
Expand Down

0 comments on commit 826a40a

Please sign in to comment.