Skip to content

Commit

Permalink
Update alpine version used to latest v3.18
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
  • Loading branch information
invidian committed Jul 24, 2023
1 parent fdfd19f commit 1ea5126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.20-alpine3.17 as builder
FROM golang:1.20-alpine3.18 as builder

RUN apk add -U make git

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

RUN make bin/update-agent bin/update-operator

FROM alpine:3.17
FROM alpine:3.18

MAINTAINER Flatcar Maintainers

Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.17
FROM alpine:3.18

RUN apk add -U dbus

0 comments on commit 1ea5126

Please sign in to comment.