Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dghubble committed Aug 10, 2023
1 parent 2c06b2a commit a933dd7
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.0 AS builder
COPY . src
RUN cd src && make build

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

0 comments on commit a933dd7

Please sign in to comment.