Skip to content

Commit

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

---
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 and dghubble committed Sep 30, 2023
1 parent 35b9002 commit 8539c46
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.1 AS builder
COPY . src
RUN cd src && make build

FROM docker.io/alpine:3.18.3
FROM docker.io/alpine:3.18.4
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="fleetlock",
LABEL org.opencontainers.image.source="https://github.com/poseidon/fleetlock"
Expand Down

0 comments on commit 8539c46

Please sign in to comment.