mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Bump alpine from 3.17.3 to 3.18.0
Bumps alpine from 3.17.3 to 3.18.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Dalton Hubble
parent
4b17269625
commit
5cb099e766
@@ -2,7 +2,7 @@ FROM docker.io/golang:1.20.4 AS builder
|
||||
COPY . src
|
||||
RUN cd src && make build
|
||||
|
||||
FROM docker.io/alpine:3.17.3
|
||||
FROM docker.io/alpine:3.18.0
|
||||
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
|
||||
LABEL org.opencontainers.image.title="Matchbox",
|
||||
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"
|
||||
|
||||
Reference in New Issue
Block a user