Skip to content

Commit

Permalink
Bump alpine from 3.14 to 3.15.0 (#238)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.14 to 3.15.0

Bumps alpine from 3.14 to 3.15.0.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Generalize Alpine version in Dockerfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Auberer <marc.auberer@chillibits.com>
  • Loading branch information
dependabot[bot] and marcauberer committed Nov 25, 2021
1 parent aadba82 commit 79a6ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WARNING: This Dockerfile is not meant to be used to build the Docker image manually
FROM alpine:3.14
FROM alpine:3.15

# Set env variables
ENV PATH="/cg:${PATH}"
Expand Down Expand Up @@ -31,4 +31,4 @@ COPY predefined-services/ /cg/predefined-services/
RUN chmod +x /cg/cg

# Set entrypoint
ENTRYPOINT [ "cg" ]
ENTRYPOINT [ "cg" ]

0 comments on commit 79a6ea9

Please sign in to comment.