Skip to content

Commit

Permalink
correct alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jan 14, 2025
1 parent 4e97e8e commit 2802cd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG SEMVER=""
ARG GITCOMMIT=""
ARG GITDATE=""

FROM golang:1.21.13-alpine3.18 AS base-builder
FROM golang:1.21.13-alpine3.20 AS base-builder
RUN apk add --no-cache make musl-dev linux-headers gcc git jq bash

# Common build stage
Expand Down
2 changes: 1 addition & 1 deletion synthetic-test-client.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Go image as the base image
FROM golang:1.21.13-alpine3.18 as builder
FROM golang:1.21.13-alpine3.20 as builder

# Copy only the test file and necessary files to the container
COPY ./disperser /app/disperser
Expand Down
2 changes: 1 addition & 1 deletion trafficgenerator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.13-alpine3.18 as builder
FROM golang:1.21.13-alpine3.20 as builder

RUN apk add --no-cache make musl-dev linux-headers gcc git jq bash

Expand Down
2 changes: 1 addition & 1 deletion trafficgenerator2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.13-alpine3.18 as builder
FROM golang:1.21.13-alpine3.20 as builder

RUN apk add --no-cache make musl-dev linux-headers gcc git jq bash

Expand Down

0 comments on commit 2802cd6

Please sign in to comment.