Skip to content

Commit

Permalink
Bump alpine from 3.18.5 to 3.19.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.5 to 3.19.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 dghubble committed Dec 10, 2023
1 parent 717cd1d commit 3c66d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/golang:1.21.4 AS builder
COPY . src
RUN cd src && make build

FROM docker.io/alpine:3.18.5
FROM docker.io/alpine:3.19.0
LABEL maintainer="Dalton Hubble <[email protected]>"
LABEL org.opencontainers.image.title="scuttle",
LABEL org.opencontainers.image.source="https://github.com/poseidon/scuttle"
Expand Down

0 comments on commit 3c66d33

Please sign in to comment.