Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent b8abc9d commit 7461320
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.18
FROM alpine:3.19
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.18
FROM alpine:3.19
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.18
FROM alpine:3.19
ARG APP=/app
ENV TZ=Etc/UTC \
APP_USER=appuser
Expand Down

0 comments on commit 7461320

Please sign in to comment.