Skip to content

Commit 62f48e1

Browse files
Danielius1922Daniel Adam
authored andcommitted
Update docker images
golang: 1.20.13-alpine -> 1.20.14-alpine
1 parent 64f611c commit 62f48e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/bridge-device/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM golang:1.20.13-alpine AS build
2+
FROM golang:1.20.14-alpine AS build
33
RUN apk add --no-cache curl git build-base
44
WORKDIR $GOPATH/src/github.com/plgd-dev/device
55
COPY go.mod go.sum ./

test/cloud-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.13-alpine AS build
1+
FROM golang:1.20.14-alpine AS build
22
RUN apk add --no-cache curl git build-base
33
WORKDIR $GOPATH/src/github.com/plgd-dev/device
44
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)