Skip to content

Commit 9aa8e2a

Browse files
dandawghbelmiro
authored andcommitted
upgrading go to fix CVE-2024-45336
Signed-off-by: Daniel Dowler <[email protected]> Signed-off-by: Helber Belmiro <[email protected]>
1 parent ac352c8 commit 9aa8e2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/Dockerfile.cacheserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Dockerfile for building the source code of cache_server
16-
FROM golang:1.22.10-alpine3.21 as builder
16+
FROM golang:1.22.12-alpine3.19 as builder
1717

1818
RUN apk update && apk upgrade && \
1919
apk add --no-cache bash git openssh gcc musl-dev

backend/Dockerfile.conformance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Dockerfile for building the source code of conformance tests
16-
FROM golang:1.22.10-alpine3.21 as builder
16+
FROM golang:1.22.12-alpine3.19 as builder
1717

1818
RUN apk update && apk upgrade && \
1919
apk add --no-cache bash git openssh gcc musl-dev

backend/Dockerfile.viewercontroller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.22.10-alpine3.21 as builder
15+
FROM golang:1.22.12-alpine3.19 as builder
1616

1717
RUN apk update && apk upgrade
1818
RUN apk add --no-cache git gcc musl-dev

0 commit comments

Comments
 (0)