Skip to content

Commit

Permalink
Bump alpine from 3.19.0 to 3.19.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.0 to 3.19.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 2778577 commit 164fd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git rev-parse --short HEAD
RUN GIT_COMMIT=$(git rev-parse --short HEAD) && \
CGO_ENABLED=0 go build -o app -ldflags "-X main.GitCommit=${GIT_COMMIT}"

FROM alpine:3.19.0
FROM alpine:3.19.1
RUN apk --no-cache add ca-certificates
ENV HOME /root
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.19.1
LABEL maintainer="Andy Lo-A-Foe <andy.lo-a-foe@philips.com>"

RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 164fd74

Please sign in to comment.