Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-27081 - update go and alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Jan 24, 2024
1 parent c1edf24 commit 2559d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/discovery.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image
# golang:1.21.5-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:2aa0f0960cffcfd8daac2e765b8fdd3aa001a97d967c9ae96d58d06ff11ecdb4 AS builder
# golang:1.21.6-alpine3.19 linux/amd64
FROM dockerhub.artifactory-phx.ecd.axway.int/golang@sha256:2523a6f68a0f515fe251aad40b18545155135ca6a5b2e61da8254df9153e3648 AS builder

ARG VERSION
ARG COMMIT_ID
Expand Down Expand Up @@ -37,8 +37,8 @@ RUN chown -R $APP_USER:$APP_USER ${APP_HOME}/bin/webmethods_discovery_agent

USER $APP_USER

# alpine 3.18 linux/amd64
FROM docker.io/alpine@sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389
# alpine 3.19 linux/amd64
FROM docker.io/alpine@sha256:13b7e62e8df80264dbb747995705a986aa530415763a6c58f84a3ca8af9a5bcd

ENV APP_USER axway
ENV APP_HOME /go/src/github.com/Axway/agents-webmethods
Expand Down

0 comments on commit 2559d31

Please sign in to comment.