Skip to content

Commit 11361f2

Browse files
dependabot[bot]dghubble
authored andcommitted
Bump alpine from 3.18.5 to 3.19.0
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]>
1 parent 8671162 commit 11361f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/golang:1.21.4 AS builder
22
COPY . src
33
RUN cd src && make build
44

5-
FROM docker.io/alpine:3.18.5
5+
FROM docker.io/alpine:3.19.0
66
LABEL maintainer="Dalton Hubble <[email protected]>"
77
LABEL org.opencontainers.image.title="Matchbox",
88
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"

0 commit comments

Comments
 (0)