Skip to content

Commit

Permalink
Update dependency ubuntu to v22 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2022
1 parent cc0ca4a commit 133dd46
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 @@ -9,7 +9,7 @@ COPY ./ ./

RUN go build -v -ldflags="-X 'main.version=v1.0.23'" helmet.go

FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get update
RUN apt-get install curl -y
Expand Down

0 comments on commit 133dd46

Please sign in to comment.