Skip to content

Commit

Permalink
chore(deps): update all dependencies on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent d3b9ce3 commit 2cf0433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4
# syntax=docker/dockerfile:1.7
### builder ###
FROM golang:1.20 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Arguments
Expand All @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
" -trimpath -tags osusergo,netgo -a -o seaman ./cmd/seaman/

### runner ###
FROM alpine:3.18
FROM alpine:3.19

LABEL org.opencontainers.image.authors="Shota Kitazawa, Kohei Ota"
LABEL org.opencontainers.image.url="https://github.com/cloudnativedaysjp/seaman"
Expand Down

0 comments on commit 2cf0433

Please sign in to comment.