We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed332f5 commit cb00d80Copy full SHA for cb00d80
images/fedora/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM registry.fedoraproject.org/fedora-minimal:37 AS build
+FROM registry.fedoraproject.org/fedora-minimal:38 AS build
16
ARG GO_VERSION=go1.19.3
17
ENV GOPATH="/go"
18
ENV PATH="$GOPATH/bin:$PATH"
@@ -33,7 +33,7 @@ COPY . /work
33
34
RUN GO=${GO_VERSION} make
35
36
-FROM registry.fedoraproject.org/fedora-minimal:37
+FROM registry.fedoraproject.org/fedora-minimal:38
37
38
# TODO(jaosorior): See if we can run this without root
39
USER root
0 commit comments