Skip to content

Commit

Permalink
chore: bump base images
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Oct 12, 2022
1 parent 57c9d95 commit 1682ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15 AS build
FROM golang:1.18 AS build

WORKDIR /src

Expand All @@ -8,7 +8,7 @@ COPY . ./

RUN make binary

FROM debian:10.10-slim
FROM debian:11.5-slim

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 1682ea8

Please sign in to comment.